Html Css Color HEX #935BDC Amethyst

📋 copy color: '#935BDC'

red 147 ◦ green 91 ◦ blue 220

#935BDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #935BDC

Tints of Amethyst #935BDC

RGB

 RED value IS 147 (57.81% from 255) = 32.1%

 GREEN value IS 91 (35.94% from 255) = 19.87%

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 32.1%
G = 19.87%
B = 48.03%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#935BDC (or 0x935BDC) is known color: Amethyst. HEX triplet: 93, 5B and DC. RGB value is (147,91,220). Sum of RGB (Red+Green+Blue) = 147+91+220=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #935BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BDC is #6CA423. Grayscale: #797979. Windows color (decimal): -7119908 or 14441363. OLE color: 14441363.

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

Color convert

RGB 147 91 220 -
CMYK 0.33 0.59 0 0.14
HSL 266.05º 0.65% 0.61% -
HSV(B) 266.05º 0.59% 0.86% -
XYZ 28.69 18.85 69.84 -
YUV 122.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 147 91 220 0.33 0.59 0 0.14 266.05 0.65 0.61
Hex 93 5B DC 21 3B 0 E 10A 41 3D
Octal 223 133 334 41 73 0 16 412 101 75
Binary 10010011 1011011 11011100 100001 111011 0 1110 100001010 1000001 111101

Color Harmonies of #935BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935BDC

Black with #935BDC

Text Example


Text Example

White with #935BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,91,220); }

 H1.HeaderClassName
 {
   color: #935BDC;
 }
 .AnyTagClassName
 {
   color: #935BDC;
 }
</style>

background-color css

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

 a { background-color: rgb(147,91,220); }

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

border-color css

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

 span { border-color: rgb(147,91,220); }

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