#8366CB

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

Shades of True V #8366CB

Tints of True V #8366CB

Color information

#8366CB (or 0x8366CB) is unknown color: approx True V. HEX triplet: 83, 66 and CB. RGB value is (131,102,203). Sum of RGB (Red+Green+Blue) = 131+102+203=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #8366CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366CB is #7C9934. Grayscale: #797979. Windows color (decimal): -8165685 or 13330051. OLE color: 13330051.

HSL color Cylindrical-coordinate representation of color #8366CB: hue angle of 257.23º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8366CB is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131102203-
CMYK0.350.5000.20
HSL257.23º49.27%59.8%-
HSV(B)257.23º49.75%79.61%-
XYZ24.8918.6458.79-
YUV122.18173.61134.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 203 (79.69% from 255) = 46.56%
R=30.05%
G=23.39%
B=46.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311022030.350.5000.20257.2349.2759.8
Hex8366CB2332014101313c
Octal20314631343620244016174
Binary10000011110011011001011100011110010010100100000001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8366CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8366CB; }

 p { color: rgb(131,102,203); }

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

<style>
 a { background-color: #8366CB; }

 a { background-color: rgb(131,102,203); }

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

<style>
 span { border-color: #8366CB; }

 span { border-color: rgb(131,102,203); }

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