Html Css Color HEX #935BD0 Amethyst

📋 copy color: '#935BD0'

red 147 ◦ green 91 ◦ blue 208

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

Shades of Amethyst #935BD0

Tints of Amethyst #935BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.64%

R = 32.96%
G = 20.4%
B = 46.64%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#935BD0 (or 0x935BD0) is known color: Amethyst. HEX triplet: 93, 5B and D0. RGB value is (147,91,208). Sum of RGB (Red+Green+Blue) = 147+91+208=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #935BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BD0 is #6CA42F. Grayscale: #787878. Windows color (decimal): -7119920 or 13654931. OLE color: 13654931.

HSL color Cylindrical-coordinate representation of color #935BD0: hue angle of 268.72º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935BD0 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 91 208 -
CMYK 0.29 0.56 0 0.18
HSL 268.72º 0.55% 0.59% -
HSV(B) 268.72º 0.56% 0.82% -
XYZ 27.16 18.24 61.76 -
YUV 121.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 147 91 208 0.29 0.56 0 0.18 268.72 0.55 0.59
Hex 93 5B D0 1D 38 0 12 10D 37 3B
Octal 223 133 320 35 70 0 22 415 67 73
Binary 10010011 1011011 11010000 11101 111000 0 10010 100001101 110111 111011

Color Harmonies of #935BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935BD0

Black with #935BD0

Text Example


Text Example

White with #935BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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