Html Css Color HEX #8762CA True V

📋 copy color: '#8762CA'

red 135 ◦ green 98 ◦ blue 202

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

Shades of True V #8762CA

Tints of True V #8762CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

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

R = 31.03%
G = 22.53%
B = 46.44%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8762CA (or 0x8762CA) is known color: True V. HEX triplet: 87, 62 and CA. RGB value is (135,98,202). Sum of RGB (Red+Green+Blue) = 135+98+202=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #8762CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8762CA is #789D35. Grayscale: #787878. Windows color (decimal): -7904566 or 13263495. OLE color: 13263495.

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

Color convert

RGB 135 98 202 -
CMYK 0.33 0.51 0 0.21
HSL 261.35º 0.5% 0.59% -
HSV(B) 261.35º 0.51% 0.79% -
XYZ 25.02 18.15 58.06 -
YUV 120.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 135 98 202 0.33 0.51 0 0.21 261.35 0.5 0.59
Hex 87 62 CA 21 33 0 15 105 32 3B
Octal 207 142 312 41 63 0 25 405 62 73
Binary 10000111 1100010 11001010 100001 110011 0 10101 100000101 110010 111011

Color Harmonies of #8762CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8762CA

Black with #8762CA

Text Example


Text Example

White with #8762CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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