Html Css Color HEX #815AAD Studio

📋 copy color: '#815AAD'

red 129 ◦ green 90 ◦ blue 173

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

Shades of Studio #815AAD

Tints of Studio #815AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.13%

R = 32.91%
G = 22.96%
B = 44.13%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#815AAD (or 0x815AAD) is known color: Studio. HEX triplet: 81, 5A and AD. RGB value is (129,90,173). Sum of RGB (Red+Green+Blue) = 129+90+173=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #815AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815AAD is #7EA552. Grayscale: #6E6E6E. Windows color (decimal): -8299859 or 11360897. OLE color: 11360897.

HSL color Cylindrical-coordinate representation of color #815AAD: hue angle of 268.19º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #815AAD is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 90 173 -
CMYK 0.25 0.48 0 0.32
HSL 268.19º 0.34% 0.52% -
HSV(B) 268.19º 0.48% 0.68% -
XYZ 20.25 15 41.36 -
YUV 111.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 129 90 173 0.25 0.48 0 0.32 268.19 0.34 0.52
Hex 81 5A AD 19 30 0 20 10C 22 34
Octal 201 132 255 31 60 0 40 414 42 64
Binary 10000001 1011010 10101101 11001 110000 0 100000 100001100 100010 110100

Color Harmonies of #815AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815AAD

Black with #815AAD

Text Example


Text Example

White with #815AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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