Html Css Color HEX #815DB9 True V

📋 copy color: '#815DB9'

red 129 ◦ green 93 ◦ blue 185

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

Shades of True V #815DB9

Tints of True V #815DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

 BLUE value IS 185 (72.66% from 255) = 45.45%

R = 31.7%
G = 22.85%
B = 45.45%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#815DB9 (or 0x815DB9) is known color: True V. HEX triplet: 81, 5D and B9. RGB value is (129,93,185). Sum of RGB (Red+Green+Blue) = 129+93+185=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #815DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DB9 is #7EA246. Grayscale: #717171. Windows color (decimal): -8299079 or 12148097. OLE color: 12148097.

HSL color Cylindrical-coordinate representation of color #815DB9: hue angle of 263.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815DB9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 93 185 -
CMYK 0.30 0.50 0 0.27
HSL 263.48º 0.4% 0.55% -
HSV(B) 263.48º 0.5% 0.73% -
XYZ 21.72 16 47.84 -
YUV 114.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 129 93 185 0.30 0.50 0 0.27 263.48 0.4 0.55
Hex 81 5D B9 1E 32 0 1B 107 28 37
Octal 201 135 271 36 62 0 33 407 50 67
Binary 10000001 1011101 10111001 11110 110010 0 11011 100000111 101000 110111

Color Harmonies of #815DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815DB9

Black with #815DB9

Text Example


Text Example

White with #815DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,93,185); }

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

background-color css

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

 a { background-color: rgb(129,93,185); }

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

border-color css

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

 span { border-color: rgb(129,93,185); }

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