Html Css Color HEX #935BDB Amethyst

📋 copy color: '#935BDB'

red 147 ◦ green 91 ◦ blue 219

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

Shades of Amethyst #935BDB

Tints of Amethyst #935BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 32.17%
G = 19.91%
B = 47.92%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#935BDB (or 0x935BDB) is known color: Amethyst. HEX triplet: 93, 5B and DB. RGB value is (147,91,219). Sum of RGB (Red+Green+Blue) = 147+91+219=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #935BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BDB is #6CA424. Grayscale: #797979. Windows color (decimal): -7119909 or 14375827. OLE color: 14375827.

HSL color Cylindrical-coordinate representation of color #935BDB: hue angle of 266.25º 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 #935BDB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 91 219 -
CMYK 0.33 0.58 0 0.14
HSL 266.25º 0.64% 0.61% -
HSV(B) 266.25º 0.58% 0.86% -
XYZ 28.56 18.8 69.14 -
YUV 122.34 182.55 145.59 -
System Red Green Blue C M Y K H S L
Decimal 147 91 219 0.33 0.58 0 0.14 266.25 0.64 0.61
Hex 93 5B DB 21 3A 0 E 10A 40 3D
Octal 223 133 333 41 72 0 16 412 100 75
Binary 10010011 1011011 11011011 100001 111010 0 1110 100001010 1000000 111101

Color Harmonies of #935BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935BDB

Black with #935BDB

Text Example


Text Example

White with #935BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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