Html Css Color HEX #8061CE True V

📋 copy color: '#8061CE'

red 128 ◦ green 97 ◦ blue 206

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

Shades of True V #8061CE

Tints of True V #8061CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

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

R = 29.7%
G = 22.51%
B = 47.8%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8061CE (or 0x8061CE) is known color: True V. HEX triplet: 80, 61 and CE. RGB value is (128,97,206). Sum of RGB (Red+Green+Blue) = 128+97+206=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #8061CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8061CE is #7F9E31. Grayscale: #767676. Windows color (decimal): -8363570 or 13525376. OLE color: 13525376.

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

Color convert

RGB 128 97 206 -
CMYK 0.38 0.53 0 0.19
HSL 257.06º 0.53% 0.59% -
HSV(B) 257.06º 0.53% 0.81% -
XYZ 24.32 17.59 60.51 -
YUV 118.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 128 97 206 0.38 0.53 0 0.19 257.06 0.53 0.59
Hex 80 61 CE 26 35 0 13 101 35 3B
Octal 200 141 316 46 65 0 23 401 65 73
Binary 10000000 1100001 11001110 100110 110101 0 10011 100000001 110101 111011

Color Harmonies of #8061CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8061CE

Black with #8061CE

Text Example


Text Example

White with #8061CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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