#9478CD

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

Shades of True V #9478CD

Tints of True V #9478CD

Color information

#9478CD (or 0x9478CD) is unknown color: approx True V. HEX triplet: 94, 78 and CD. RGB value is (148,120,205). Sum of RGB (Red+Green+Blue) = 148+120+205=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9478CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478CD is #6B8732. Grayscale: #898989. Windows color (decimal): -7046963 or 13465748. OLE color: 13465748.

HSL color Cylindrical-coordinate representation of color #9478CD: hue angle of 259.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9478CD is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148120205-
CMYK0.280.4100.20
HSL259.76º45.95%63.73%-
HSV(B)259.76º41.46%80.39%-
XYZ29.9524.1460.84-
YUV138.06165.78135.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=31.29%
G=25.37%
B=43.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481202050.280.4100.20259.7645.9563.73
Hex9478CD1C290141042e40
Octal224170315345102440456100
Binary10010100111100011001101111001010010101001000001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9478CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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