Html Css Color HEX #824E9B Studio

📋 copy color: '#824E9B'

red 130 ◦ green 78 ◦ blue 155

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

Shades of Studio #824E9B

Tints of Studio #824E9B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.49%

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 35.81%
G = 21.49%
B = 42.7%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#824E9B (or 0x824E9B) is known color: Studio. HEX triplet: 82, 4E and 9B. RGB value is (130,78,155). Sum of RGB (Red+Green+Blue) = 130+78+155=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #824E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824E9B is #7DB164. Grayscale: #666666. Windows color (decimal): -8237413 or 10178178. OLE color: 10178178.

HSL color Cylindrical-coordinate representation of color #824E9B: hue angle of 280.52º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824E9B is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 78 155 -
CMYK 0.16 0.50 0 0.39
HSL 280.52º 0.33% 0.46% -
HSV(B) 280.52º 0.5% 0.61% -
XYZ 17.85 12.56 32.49 -
YUV 102.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 130 78 155 0.16 0.50 0 0.39 280.52 0.33 0.46
Hex 82 4E 9B 10 32 0 27 119 21 2E
Octal 202 116 233 20 62 0 47 431 41 56
Binary 10000010 1001110 10011011 10000 110010 0 100111 100011001 100001 101110

Color Harmonies of #824E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E9B

Black with #824E9B

Text Example


Text Example

White with #824E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,78,155); }

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

background-color css

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

 a { background-color: rgb(130,78,155); }

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

border-color css

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

 span { border-color: rgb(130,78,155); }

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