#8061CD

Color #8061CD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8061CD

Tints of True V #8061CD

Color information

#8061CD (or 0x8061CD) is unknown color: approx True V. HEX triplet: 80, 61 and CD. RGB value is (128,97,205). Sum of RGB (Red+Green+Blue) = 128+97+205=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #8061CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8061CD is #7F9E32. Grayscale: #767676. Windows color (decimal): -8363571 or 13459840. OLE color: 13459840.

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

Color convert

RGB12897205-
CMYK0.380.5300.20
HSL257.22º51.92%59.22%-
HSV(B)257.22º52.68%80.39%-
XYZ24.217.5559.87-
YUV118.58176.77134.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 205 (80.47% from 255) = 47.67%
R=29.77%
G=22.56%
B=47.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128972050.380.5300.20257.2251.9259.22
Hex8061CD2635014101343b
Octal20014131546650244016473
Binary10000000110000111001101100110110101010100100000001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8061CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8061CD;
 }
 .AnyTagClassName
 {
   color: #8061CD;
 }
</style>
background-color css

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

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

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

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

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

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