#805FCD

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

Shades of True V #805FCD

Tints of True V #805FCD

Color information

#805FCD (or 0x805FCD) is unknown color: approx True V. HEX triplet: 80, 5F and CD. RGB value is (128,95,205). Sum of RGB (Red+Green+Blue) = 128+95+205=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #805FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FCD is #7FA032. Grayscale: #747474. Windows color (decimal): -8364083 or 13459328. OLE color: 13459328.

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

Color convert

RGB12895205-
CMYK0.380.5400.20
HSL258º52.38%58.82%-
HSV(B)258º53.66%80.39%-
XYZ24.0117.1859.81-
YUV117.41177.43135.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 205 (80.47% from 255) = 47.90%
R=29.91%
G=22.20%
B=47.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128952050.380.5400.2025852.3858.82
Hex805FCD2636014102343b
Octal20013731546660244026473
Binary10000000101111111001101100110110110010100100000010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805FCD; }

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

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

<style>
 a { background-color: #805FCD; }

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

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

<style>
 span { border-color: #805FCD; }

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

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