#947CCD

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

Shades of True V #947CCD

Tints of True V #947CCD

Color information

#947CCD (or 0x947CCD) is unknown color: approx True V. HEX triplet: 94, 7C and CD. RGB value is (148,124,205). Sum of RGB (Red+Green+Blue) = 148+124+205=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #947CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CCD is #6B8332. Grayscale: #8C8C8C. Windows color (decimal): -7045939 or 13466772. OLE color: 13466772.

HSL color Cylindrical-coordinate representation of color #947CCD: hue angle of 257.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947CCD is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148124205-
CMYK0.280.4000.20
HSL257.78º44.75%64.51%-
HSV(B)257.78º39.51%80.39%-
XYZ30.4425.1261-
YUV140.41164.45133.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=31.03%
G=26.00%
B=42.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481242050.280.4000.20257.7844.7564.51
Hex947CCD1C280141022d41
Octal224174315345002440255101
Binary10010100111110011001101111001010000101001000000101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947CCD; }

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

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

<style>
 a { background-color: #947CCD; }

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

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

<style>
 span { border-color: #947CCD; }

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

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