#9478C7

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

Shades of True V #9478C7

Tints of True V #9478C7

Color information

#9478C7 (or 0x9478C7) is unknown color: approx True V. HEX triplet: 94, 78 and C7. RGB value is (148,120,199). Sum of RGB (Red+Green+Blue) = 148+120+199=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #9478C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478C7 is #6B8738. Grayscale: #898989. Windows color (decimal): -7046969 or 13072532. OLE color: 13072532.

HSL color Cylindrical-coordinate representation of color #9478C7: hue angle of 261.27º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9478C7 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148120199-
CMYK0.260.4000.22
HSL261.27º41.36%62.55%-
HSV(B)261.27º39.7%78.04%-
XYZ29.2423.8557.1-
YUV137.38162.78135.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 199 (78.12% from 255) = 42.61%
R=31.69%
G=25.70%
B=42.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481201990.260.4000.22261.2741.3662.55
Hex9478C71A28016105293f
Octal22417030732500264055177
Binary1001010011110001100011111010101000010110100000101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9478C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9478C7; }

 p { color: rgb(148,120,199); }

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

<style>
 a { background-color: #9478C7; }

 a { background-color: rgb(148,120,199); }

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

<style>
 span { border-color: #9478C7; }

 span { border-color: rgb(148,120,199); }

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