#9377CC

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

Shades of True V #9377CC

Tints of True V #9377CC

Color information

#9377CC (or 0x9377CC) is unknown color: approx True V. HEX triplet: 93, 77 and CC. RGB value is (147,119,204). Sum of RGB (Red+Green+Blue) = 147+119+204=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #9377CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9377CC is #6C8833. Grayscale: #888888. Windows color (decimal): -7112756 or 13399955. OLE color: 13399955.

HSL color Cylindrical-coordinate representation of color #9377CC: hue angle of 259.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9377CC is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147119204-
CMYK0.280.4200.2
HSL259.76º45.45%63.33%-
HSV(B)259.76º41.67%80%-
XYZ29.5323.7660.16-
YUV137.06165.78135.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 119 (46.88% from 255) = 25.32%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=31.28%
G=25.32%
B=43.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471192040.280.4200.2259.7645.4563.33
Hex9377CC1C2A0141042d3f
Octal22316731434520244045577
Binary1001001111101111100110011100101010010100100000100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9377CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9377CC; }

 p { color: rgb(147,119,204); }

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

<style>
 a { background-color: #9377CC; }

 a { background-color: rgb(147,119,204); }

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

<style>
 span { border-color: #9377CC; }

 span { border-color: rgb(147,119,204); }

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