Html Css Color HEX #824C9D Studio

📋 copy color: '#824C9D'

red 130 ◦ green 76 ◦ blue 157

#824C9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #824C9D

Tints of Studio #824C9D

RGB

 RED value IS 130 (51.17% from 255) = 35.81%

 GREEN value IS 76 (30.08% from 255) = 20.94%

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 35.81%
G = 20.94%
B = 43.25%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#824C9D (or 0x824C9D) is known color: Studio. HEX triplet: 82, 4C and 9D. RGB value is (130,76,157). Sum of RGB (Red+Green+Blue) = 130+76+157=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #824C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824C9D is #7DB362. Grayscale: #656565. Windows color (decimal): -8237923 or 10308738. OLE color: 10308738.

HSL color Cylindrical-coordinate representation of color #824C9D: hue angle of 280º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824C9D is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 76 157 -
CMYK 0.17 0.52 0 0.38
HSL 280º 0.35% 0.46% -
HSV(B) 280º 0.52% 0.62% -
XYZ 17.88 12.35 33.34 -
YUV 101.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 130 76 157 0.17 0.52 0 0.38 280 0.35 0.46
Hex 82 4C 9D 11 34 0 26 118 23 2E
Octal 202 114 235 21 64 0 46 430 43 56
Binary 10000010 1001100 10011101 10001 110100 0 100110 100011000 100011 101110

Color Harmonies of #824C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C9D

Black with #824C9D

Text Example


Text Example

White with #824C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824C9D; }

 p { color: rgb(130,76,157); }

 H1.HeaderClassName
 {
   color: #824C9D;
 }
 .AnyTagClassName
 {
   color: #824C9D;
 }
</style>

background-color css

<style>
 a { background-color: #824C9D; }

 a { background-color: rgb(130,76,157); }

 div.DivClassName
 {
   background-color: #824C9D;
 }
 .BgClassName
 {
   background-color: #824C9D;
 }
</style>

border-color css

<style>
 span { border-color: #824C9D; }

 span { border-color: rgb(130,76,157); }

 td.TdClassName
 {
   border-color: #824C9D;
 }
 .TagClassName
 {
   border-color: #824C9D;
 }
</style>