#8366CF

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

Shades of True V #8366CF

Tints of True V #8366CF

Color information

#8366CF (or 0x8366CF) is unknown color: approx True V. HEX triplet: 83, 66 and CF. RGB value is (131,102,207). Sum of RGB (Red+Green+Blue) = 131+102+207=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #8366CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366CF is #7C9930. Grayscale: #7A7A7A. Windows color (decimal): -8165681 or 13592195. OLE color: 13592195.

HSL color Cylindrical-coordinate representation of color #8366CF: hue angle of 256.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8366CF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB131102207-
CMYK0.370.5100.19
HSL256.57º52.24%60.59%-
HSV(B)256.57º50.72%81.18%-
XYZ25.3718.8361.33-
YUV122.64175.61133.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.77%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 207 (81.25% from 255) = 47.05%
R=29.77%
G=23.18%
B=47.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311022070.370.5100.19256.5752.2460.59
Hex8366CF2533013101343d
Octal20314631745630234016475
Binary10000011110011011001111100101110011010011100000001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8366CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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