#937AD1

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

Shades of True V #937AD1

Tints of True V #937AD1

Color information

#937AD1 (or 0x937AD1) is unknown color: approx True V. HEX triplet: 93, 7A and D1. RGB value is (147,122,209). Sum of RGB (Red+Green+Blue) = 147+122+209=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #937AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AD1 is #6C852E. Grayscale: #8B8B8B. Windows color (decimal): -7111983 or 13728403. OLE color: 13728403.

HSL color Cylindrical-coordinate representation of color #937AD1: hue angle of 257.24º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #937AD1 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147122209-
CMYK0.300.4200.18
HSL257.24º48.6%64.9%-
HSV(B)257.24º41.63%81.96%-
XYZ30.524.7363.49-
YUV139.39167.28133.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.75%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=30.75%
G=25.52%
B=43.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471222090.300.4200.18257.2448.664.9
Hex937AD11E2A0121013141
Octal223172321365202240161101
Binary10010011111101011010001111101010100100101000000011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,122,209); }

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

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

 a { background-color: rgb(147,122,209); }

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

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

 span { border-color: rgb(147,122,209); }

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