#9380C9

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

Shades of True V #9380C9

Tints of True V #9380C9

Color information

#9380C9 (or 0x9380C9) is unknown color: approx True V. HEX triplet: 93, 80 and C9. RGB value is (147,128,201). Sum of RGB (Red+Green+Blue) = 147+128+201=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #9380C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380C9 is #6C7F36. Grayscale: #8D8D8D. Windows color (decimal): -7110455 or 13205651. OLE color: 13205651.

HSL color Cylindrical-coordinate representation of color #9380C9: hue angle of 255.62º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9380C9 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147128201-
CMYK0.270.3600.21
HSL255.62º40.33%64.51%-
HSV(B)255.62º36.32%78.82%-
XYZ30.2925.8658.65-
YUV142161.29131.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 201 (78.91% from 255) = 42.23%
R=30.88%
G=26.89%
B=42.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471282010.270.3600.21255.6240.3364.51
Hex9380C91B240151002841
Octal223200311334402540050101
Binary100100111000000011001001110111001000101011000000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9380C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9380C9; }

 p { color: rgb(147,128,201); }

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

<style>
 a { background-color: #9380C9; }

 a { background-color: rgb(147,128,201); }

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

<style>
 span { border-color: #9380C9; }

 span { border-color: rgb(147,128,201); }

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