Html Css Color HEX #8864CA True V

📋 copy color: '#8864CA'

red 136 ◦ green 100 ◦ blue 202

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

Shades of True V #8864CA

Tints of True V #8864CA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

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

R = 31.05%
G = 22.83%
B = 46.12%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8864CA (or 0x8864CA) is known color: True V. HEX triplet: 88, 64 and CA. RGB value is (136,100,202). Sum of RGB (Red+Green+Blue) = 136+100+202=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #8864CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864CA is #779B35. Grayscale: #7A7A7A. Windows color (decimal): -7838518 or 13264008. OLE color: 13264008.

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

Color convert

RGB 136 100 202 -
CMYK 0.33 0.50 0 0.21
HSL 261.18º 0.49% 0.59% -
HSV(B) 261.18º 0.5% 0.79% -
XYZ 25.37 18.61 58.13 -
YUV 122.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 136 100 202 0.33 0.50 0 0.21 261.18 0.49 0.59
Hex 88 64 CA 21 32 0 15 105 31 3B
Octal 210 144 312 41 62 0 25 405 61 73
Binary 10001000 1100100 11001010 100001 110010 0 10101 100000101 110001 111011

Color Harmonies of #8864CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8864CA

Black with #8864CA

Text Example


Text Example

White with #8864CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,100,202); }

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

background-color css

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

 a { background-color: rgb(136,100,202); }

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

border-color css

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

 span { border-color: rgb(136,100,202); }

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