Html Css Color HEX #815AAB Studio

📋 copy color: '#815AAB'

red 129 ◦ green 90 ◦ blue 171

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

Shades of Studio #815AAB

Tints of Studio #815AAB

RGB

 RED value IS 129 (50.78% from 255) = 33.08%

 GREEN value IS 90 (35.55% from 255) = 23.08%

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 33.08%
G = 23.08%
B = 43.85%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#815AAB (or 0x815AAB) is known color: Studio. HEX triplet: 81, 5A and AB. RGB value is (129,90,171). Sum of RGB (Red+Green+Blue) = 129+90+171=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #815AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815AAB is #7EA554. Grayscale: #6E6E6E. Windows color (decimal): -8299861 or 11229825. OLE color: 11229825.

HSL color Cylindrical-coordinate representation of color #815AAB: hue angle of 268.89º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815AAB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 90 171 -
CMYK 0.25 0.47 0 0.33
HSL 268.89º 0.33% 0.51% -
HSV(B) 268.89º 0.47% 0.67% -
XYZ 20.06 14.92 40.35 -
YUV 110.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 129 90 171 0.25 0.47 0 0.33 268.89 0.33 0.51
Hex 81 5A AB 19 2F 0 21 10D 21 33
Octal 201 132 253 31 57 0 41 415 41 63
Binary 10000001 1011010 10101011 11001 101111 0 100001 100001101 100001 110011

Color Harmonies of #815AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815AAB

Black with #815AAB

Text Example


Text Example

White with #815AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815AAB; }

 p { color: rgb(129,90,171); }

 H1.HeaderClassName
 {
   color: #815AAB;
 }
 .AnyTagClassName
 {
   color: #815AAB;
 }
</style>

background-color css

<style>
 a { background-color: #815AAB; }

 a { background-color: rgb(129,90,171); }

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

border-color css

<style>
 span { border-color: #815AAB; }

 span { border-color: rgb(129,90,171); }

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