#937BCB

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

Shades of True V #937BCB

Tints of True V #937BCB

Color information

#937BCB (or 0x937BCB) is unknown color: approx True V. HEX triplet: 93, 7B and CB. RGB value is (147,123,203). Sum of RGB (Red+Green+Blue) = 147+123+203=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #937BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BCB is #6C8434. Grayscale: #8B8B8B. Windows color (decimal): -7111733 or 13335443. OLE color: 13335443.

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

Color convert

RGB147123203-
CMYK0.280.3900.20
HSL258º43.48%63.92%-
HSV(B)258º39.41%79.61%-
XYZ29.924.6859.69-
YUV139.3163.95133.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=31.08%
G=26.00%
B=42.92%

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
Decimal1471232030.280.3900.2025843.4863.92
Hex937BCB1C270141022b40
Octal223173313344702440253100
Binary10010011111101111001011111001001110101001000000101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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