#935CDB

Color #935CDB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #935CDB

Tints of Amethyst #935CDB

Color information

#935CDB (or 0x935CDB) is unknown color: approx Amethyst. HEX triplet: 93, 5C and DB. RGB value is (147,92,219). Sum of RGB (Red+Green+Blue) = 147+92+219=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #935CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CDB is #6CA324. Grayscale: #7A7A7A. Windows color (decimal): -7119653 or 14376083. OLE color: 14376083.

HSL color Cylindrical-coordinate representation of color #935CDB: hue angle of 265.98º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #935CDB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14792219-
CMYK0.330.5800.14
HSL265.98º63.82%60.98%-
HSV(B)265.98º57.99%85.88%-
XYZ28.6518.9769.17-
YUV122.92182.22145.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.10%
GREEN value IS 92 (36.33% from 255) = 20.09%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=32.10%
G=20.09%
B=47.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal147922190.330.5800.14265.9863.8260.98
Hex935CDB213A0E10a403d
Octal223134333417201641210075
Binary10010011101110011011011100001111010011101000010101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935CDB; }

 p { color: rgb(147,92,219); }

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

<style>
 a { background-color: #935CDB; }

 a { background-color: rgb(147,92,219); }

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

<style>
 span { border-color: #935CDB; }

 span { border-color: rgb(147,92,219); }

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