#947DCD

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

Shades of True V #947DCD

Tints of True V #947DCD

Color information

#947DCD (or 0x947DCD) is unknown color: approx True V. HEX triplet: 94, 7D and CD. RGB value is (148,125,205). Sum of RGB (Red+Green+Blue) = 148+125+205=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #947DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DCD is #6B8232. Grayscale: #8C8C8C. Windows color (decimal): -7045683 or 13467028. OLE color: 13467028.

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

Color convert

RGB148125205-
CMYK0.280.3900.20
HSL257.25º44.44%64.71%-
HSV(B)257.25º39.02%80.39%-
XYZ30.5725.3761.04-
YUV141164.12133-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=30.96%
G=26.15%
B=42.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481252050.280.3900.20257.2544.4464.71
Hex947DCD1C270141012c41
Octal224175315344702440154101
Binary10010100111110111001101111001001110101001000000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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