Html Css Color HEX #8862CC True V

📋 copy color: '#8862CC'

red 136 ◦ green 98 ◦ blue 204

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

Shades of True V #8862CC

Tints of True V #8862CC

RGB

 RED value IS 136 (53.52% from 255) = 31.05%

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

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 31.05%
G = 22.37%
B = 46.58%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8862CC (or 0x8862CC) is known color: True V. HEX triplet: 88, 62 and CC. RGB value is (136,98,204). Sum of RGB (Red+Green+Blue) = 136+98+204=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #8862CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862CC is #779D33. Grayscale: #797979. Windows color (decimal): -7839028 or 13394568. OLE color: 13394568.

HSL color Cylindrical-coordinate representation of color #8862CC: hue angle of 261.51º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8862CC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 98 204 -
CMYK 0.33 0.52 0 0.2
HSL 261.51º 0.51% 0.59% -
HSV(B) 261.51º 0.52% 0.8% -
XYZ 25.42 18.33 59.32 -
YUV 121.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 136 98 204 0.33 0.52 0 0.2 261.51 0.51 0.59
Hex 88 62 CC 21 34 0 14 106 33 3B
Octal 210 142 314 41 64 0 24 406 63 73
Binary 10001000 1100010 11001100 100001 110100 0 10100 100000110 110011 111011

Color Harmonies of #8862CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8862CC

Black with #8862CC

Text Example


Text Example

White with #8862CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8862CC; }

 p { color: rgb(136,98,204); }

 H1.HeaderClassName
 {
   color: #8862CC;
 }
 .AnyTagClassName
 {
   color: #8862CC;
 }
</style>

background-color css

<style>
 a { background-color: #8862CC; }

 a { background-color: rgb(136,98,204); }

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

border-color css

<style>
 span { border-color: #8862CC; }

 span { border-color: rgb(136,98,204); }

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