Html Css Color HEX #815CCB True V

📋 copy color: '#815CCB'

red 129 ◦ green 92 ◦ blue 203

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

Shades of True V #815CCB

Tints of True V #815CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.7%

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 30.42%
G = 21.7%
B = 47.88%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#815CCB (or 0x815CCB) is known color: True V. HEX triplet: 81, 5C and CB. RGB value is (129,92,203). Sum of RGB (Red+Green+Blue) = 129+92+203=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #815CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CCB is #7EA334. Grayscale: #737373. Windows color (decimal): -8299317 or 13327489. OLE color: 13327489.

HSL color Cylindrical-coordinate representation of color #815CCB: hue angle of 260º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #815CCB is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 92 203 -
CMYK 0.36 0.55 0 0.20
HSL 260º 0.52% 0.58% -
HSV(B) 260º 0.55% 0.8% -
XYZ 23.66 16.63 58.46 -
YUV 115.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 129 92 203 0.36 0.55 0 0.20 260 0.52 0.58
Hex 81 5C CB 24 37 0 14 104 34 3A
Octal 201 134 313 44 67 0 24 404 64 72
Binary 10000001 1011100 11001011 100100 110111 0 10100 100000100 110100 111010

Color Harmonies of #815CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815CCB

Black with #815CCB

Text Example


Text Example

White with #815CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,92,203); }

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

background-color css

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

 a { background-color: rgb(129,92,203); }

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

border-color css

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

 span { border-color: rgb(129,92,203); }

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