Html Css Color HEX #935BDD Amethyst

📋 copy color: '#935BDD'

red 147 ◦ green 91 ◦ blue 221

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

Shades of Amethyst #935BDD

Tints of Amethyst #935BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 32.03%
G = 19.83%
B = 48.15%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#935BDD (or 0x935BDD) is known color: Amethyst. HEX triplet: 93, 5B and DD. RGB value is (147,91,221). Sum of RGB (Red+Green+Blue) = 147+91+221=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #935BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BDD is #6CA422. Grayscale: #7A7A7A. Windows color (decimal): -7119907 or 14506899. OLE color: 14506899.

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

Color convert

RGB 147 91 221 -
CMYK 0.33 0.59 0 0.13
HSL 265.85º 0.66% 0.61% -
HSV(B) 265.85º 0.59% 0.87% -
XYZ 28.82 18.91 70.54 -
YUV 122.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 147 91 221 0.33 0.59 0 0.13 265.85 0.66 0.61
Hex 93 5B DD 21 3B 0 D 10A 42 3D
Octal 223 133 335 41 73 0 15 412 102 75
Binary 10010011 1011011 11011101 100001 111011 0 1101 100001010 1000010 111101

Color Harmonies of #935BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935BDD

Black with #935BDD

Text Example


Text Example

White with #935BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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