Html Css Color HEX #935BDE Amethyst

📋 copy color: '#935BDE'

red 147 ◦ green 91 ◦ blue 222

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

Shades of Amethyst #935BDE

Tints of Amethyst #935BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 31.96%
G = 19.78%
B = 48.26%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#935BDE (or 0x935BDE) is known color: Amethyst. HEX triplet: 93, 5B and DE. RGB value is (147,91,222). Sum of RGB (Red+Green+Blue) = 147+91+222=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #935BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BDE is #6CA421. Grayscale: #7A7A7A. Windows color (decimal): -7119906 or 14572435. OLE color: 14572435.

HSL color Cylindrical-coordinate representation of color #935BDE: hue angle of 265.65º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #935BDE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 91 222 -
CMYK 0.34 0.59 0 0.13
HSL 265.65º 0.66% 0.61% -
HSV(B) 265.65º 0.59% 0.87% -
XYZ 28.96 18.96 71.24 -
YUV 122.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 147 91 222 0.34 0.59 0 0.13 265.65 0.66 0.61
Hex 93 5B DE 22 3B 0 D 10A 42 3D
Octal 223 133 336 42 73 0 15 412 102 75
Binary 10010011 1011011 11011110 100010 111011 0 1101 100001010 1000010 111101

Color Harmonies of #935BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935BDE

Black with #935BDE

Text Example


Text Example

White with #935BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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