#9378CE

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

Shades of True V #9378CE

Tints of True V #9378CE

Color information

#9378CE (or 0x9378CE) is unknown color: approx True V. HEX triplet: 93, 78 and CE. RGB value is (147,120,206). Sum of RGB (Red+Green+Blue) = 147+120+206=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9378CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378CE is #6C8731. Grayscale: #898989. Windows color (decimal): -7112498 or 13531283. OLE color: 13531283.

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

Color convert

RGB147120206-
CMYK0.290.4200.19
HSL258.84º46.74%63.92%-
HSV(B)258.84º41.75%80.78%-
XYZ29.8924.0961.47-
YUV137.88166.45134.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=31.08%
G=25.37%
B=43.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471202060.290.4200.19258.8446.7463.92
Hex9378CE1D2A0131032f40
Octal223170316355202340357100
Binary10010011111100011001110111011010100100111000000111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9378CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9378CE; }

 p { color: rgb(147,120,206); }

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

<style>
 a { background-color: #9378CE; }

 a { background-color: rgb(147,120,206); }

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

<style>
 span { border-color: #9378CE; }

 span { border-color: rgb(147,120,206); }

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