#9479CD

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

Shades of True V #9479CD

Tints of True V #9479CD

Color information

#9479CD (or 0x9479CD) is unknown color: approx True V. HEX triplet: 94, 79 and CD. RGB value is (148,121,205). Sum of RGB (Red+Green+Blue) = 148+121+205=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #9479CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9479CD is #6B8632. Grayscale: #8A8A8A. Windows color (decimal): -7046707 or 13466004. OLE color: 13466004.

HSL color Cylindrical-coordinate representation of color #9479CD: hue angle of 259.29º 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 #9479CD is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148121205-
CMYK0.280.4100.20
HSL259.29º45.65%63.92%-
HSV(B)259.29º40.98%80.39%-
XYZ30.0724.3860.88-
YUV138.65165.45134.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=31.22%
G=25.53%
B=43.25%

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
Decimal1481212050.280.4100.20259.2945.6563.92
Hex9479CD1C290141032e40
Octal224171315345102440356100
Binary10010100111100111001101111001010010101001000000111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9479CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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