Html Css Color HEX #8064BE True V

📋 copy color: '#8064BE'

red 128 ◦ green 100 ◦ blue 190

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

Shades of True V #8064BE

Tints of True V #8064BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 30.62%
G = 23.92%
B = 45.45%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8064BE (or 0x8064BE) is known color: True V. HEX triplet: 80, 64 and BE. RGB value is (128,100,190). Sum of RGB (Red+Green+Blue) = 128+100+190=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #8064BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064BE is #7F9B41. Grayscale: #767676. Windows color (decimal): -8362818 or 12477568. OLE color: 12477568.

HSL color Cylindrical-coordinate representation of color #8064BE: hue angle of 258.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8064BE is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 100 190 -
CMYK 0.33 0.47 0 0.25
HSL 258.67º 0.41% 0.57% -
HSV(B) 258.67º 0.47% 0.75% -
XYZ 22.75 17.42 50.88 -
YUV 118.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 128 100 190 0.33 0.47 0 0.25 258.67 0.41 0.57
Hex 80 64 BE 21 2F 0 19 103 29 39
Octal 200 144 276 41 57 0 31 403 51 71
Binary 10000000 1100100 10111110 100001 101111 0 11001 100000011 101001 111001

Color Harmonies of #8064BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8064BE

Black with #8064BE

Text Example


Text Example

White with #8064BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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