Html Css Color HEX #8772CA True V

📋 copy color: '#8772CA'

red 135 ◦ green 114 ◦ blue 202

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

Shades of True V #8772CA

Tints of True V #8772CA

RGB

 RED value IS 135 (53.13% from 255) = 29.93%

 GREEN value IS 114 (44.92% from 255) = 25.28%

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 29.93%
G = 25.28%
B = 44.79%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8772CA (or 0x8772CA) is known color: True V. HEX triplet: 87, 72 and CA. RGB value is (135,114,202). Sum of RGB (Red+Green+Blue) = 135+114+202=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #8772CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772CA is #788D35. Grayscale: #818181. Windows color (decimal): -7900470 or 13267591. OLE color: 13267591.

HSL color Cylindrical-coordinate representation of color #8772CA: hue angle of 254.32º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8772CA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 114 202 -
CMYK 0.33 0.44 0 0.21
HSL 254.32º 0.45% 0.62% -
HSV(B) 254.32º 0.44% 0.79% -
XYZ 26.67 21.45 58.61 -
YUV 130.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 135 114 202 0.33 0.44 0 0.21 254.32 0.45 0.62
Hex 87 72 CA 21 2C 0 15 FE 2D 3E
Octal 207 162 312 41 54 0 25 376 55 76
Binary 10000111 1110010 11001010 100001 101100 0 10101 11111110 101101 111110

Color Harmonies of #8772CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8772CA

Black with #8772CA

Text Example


Text Example

White with #8772CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8772CA; }

 p { color: rgb(135,114,202); }

 H1.HeaderClassName
 {
   color: #8772CA;
 }
 .AnyTagClassName
 {
   color: #8772CA;
 }
</style>

background-color css

<style>
 a { background-color: #8772CA; }

 a { background-color: rgb(135,114,202); }

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

border-color css

<style>
 span { border-color: #8772CA; }

 span { border-color: rgb(135,114,202); }

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