Html Css Color HEX #815ABF True V

📋 copy color: '#815ABF'

red 129 ◦ green 90 ◦ blue 191

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

Shades of True V #815ABF

Tints of True V #815ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 31.46%
G = 21.95%
B = 46.59%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#815ABF (or 0x815ABF) is known color: True V. HEX triplet: 81, 5A and BF. RGB value is (129,90,191). Sum of RGB (Red+Green+Blue) = 129+90+191=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #815ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ABF is #7EA540. Grayscale: #707070. Windows color (decimal): -8299841 or 12540545. OLE color: 12540545.

HSL color Cylindrical-coordinate representation of color #815ABF: hue angle of 263.17º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #815ABF is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 90 191 -
CMYK 0.32 0.53 0 0.25
HSL 263.17º 0.44% 0.55% -
HSV(B) 263.17º 0.53% 0.75% -
XYZ 22.11 15.74 51.16 -
YUV 113.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 129 90 191 0.32 0.53 0 0.25 263.17 0.44 0.55
Hex 81 5A BF 20 35 0 19 107 2C 37
Octal 201 132 277 40 65 0 31 407 54 67
Binary 10000001 1011010 10111111 100000 110101 0 11001 100000111 101100 110111

Color Harmonies of #815ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815ABF

Black with #815ABF

Text Example


Text Example

White with #815ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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