#9376CF

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

Shades of True V #9376CF

Tints of True V #9376CF

Color information

#9376CF (or 0x9376CF) is unknown color: approx True V. HEX triplet: 93, 76 and CF. RGB value is (147,118,207). Sum of RGB (Red+Green+Blue) = 147+118+207=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #9376CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376CF is #6C8930. Grayscale: #888888. Windows color (decimal): -7113009 or 13596307. OLE color: 13596307.

HSL color Cylindrical-coordinate representation of color #9376CF: hue angle of 259.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9376CF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147118207-
CMYK0.290.4300.19
HSL259.55º48.11%63.73%-
HSV(B)259.55º43%81.18%-
XYZ29.7723.6662.03-
YUV136.82167.61135.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=31.14%
G=25%
B=43.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471182070.290.4300.19259.5548.1163.73
Hex9376CF1D2B0131043040
Octal223166317355302340460100
Binary10010011111011011001111111011010110100111000001001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9376CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,118,207); }

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

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

 a { background-color: rgb(147,118,207); }

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

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

 span { border-color: rgb(147,118,207); }

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