Html Css Color HEX #8064CE True V

📋 copy color: '#8064CE'

red 128 ◦ green 100 ◦ blue 206

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

Shades of True V #8064CE

Tints of True V #8064CE

RGB

 RED value IS 128 (50.39% from 255) = 29.49%

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 29.49%
G = 23.04%
B = 47.47%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8064CE (or 0x8064CE) is known color: True V. HEX triplet: 80, 64 and CE. RGB value is (128,100,206). Sum of RGB (Red+Green+Blue) = 128+100+206=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #8064CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064CE is #7F9B31. Grayscale: #787878. Windows color (decimal): -8362802 or 13526144. OLE color: 13526144.

HSL color Cylindrical-coordinate representation of color #8064CE: hue angle of 255.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8064CE is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 100 206 -
CMYK 0.38 0.51 0 0.19
HSL 255.85º 0.52% 0.6% -
HSV(B) 255.85º 0.51% 0.81% -
XYZ 24.6 18.16 60.6 -
YUV 120.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 128 100 206 0.38 0.51 0 0.19 255.85 0.52 0.6
Hex 80 64 CE 26 33 0 13 100 34 3C
Octal 200 144 316 46 63 0 23 400 64 74
Binary 10000000 1100100 11001110 100110 110011 0 10011 100000000 110100 111100

Color Harmonies of #8064CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8064CE

Black with #8064CE

Text Example


Text Example

White with #8064CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8064CE; }

 p { color: rgb(128,100,206); }

 H1.HeaderClassName
 {
   color: #8064CE;
 }
 .AnyTagClassName
 {
   color: #8064CE;
 }
</style>

background-color css

<style>
 a { background-color: #8064CE; }

 a { background-color: rgb(128,100,206); }

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

border-color css

<style>
 span { border-color: #8064CE; }

 span { border-color: rgb(128,100,206); }

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