#947BCB

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

Shades of True V #947BCB

Tints of True V #947BCB

Color information

#947BCB (or 0x947BCB) is unknown color: approx True V. HEX triplet: 94, 7B and CB. RGB value is (148,123,203). Sum of RGB (Red+Green+Blue) = 148+123+203=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #947BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BCB is #6B8434. Grayscale: #8B8B8B. Windows color (decimal): -7046197 or 13335444. OLE color: 13335444.

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

Color convert

RGB148123203-
CMYK0.270.3900.20
HSL258.75º43.48%63.92%-
HSV(B)258.75º39.41%79.61%-
XYZ30.0824.7759.7-
YUV139.6163.78134-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=31.22%
G=25.95%
B=42.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481232030.270.3900.20258.7543.4863.92
Hex947BCB1B270141032b40
Octal224173313334702440353100
Binary10010100111101111001011110111001110101001000000111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,203); }

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

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

 a { background-color: rgb(148,123,203); }

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

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

 span { border-color: rgb(148,123,203); }

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