Html Css Color HEX #935BDA Amethyst

📋 copy color: '#935BDA'

red 147 ◦ green 91 ◦ blue 218

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

Shades of Amethyst #935BDA

Tints of Amethyst #935BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 32.24%
G = 19.96%
B = 47.81%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#935BDA (or 0x935BDA) is known color: Amethyst. HEX triplet: 93, 5B and DA. RGB value is (147,91,218). Sum of RGB (Red+Green+Blue) = 147+91+218=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #935BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BDA is #6CA425. Grayscale: #797979. Windows color (decimal): -7119910 or 14310291. OLE color: 14310291.

HSL color Cylindrical-coordinate representation of color #935BDA: hue angle of 266.46º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #935BDA is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 91 218 -
CMYK 0.33 0.58 0 0.15
HSL 266.46º 0.63% 0.61% -
HSV(B) 266.46º 0.58% 0.85% -
XYZ 28.43 18.75 68.45 -
YUV 122.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 147 91 218 0.33 0.58 0 0.15 266.46 0.63 0.61
Hex 93 5B DA 21 3A 0 F 10A 3F 3D
Octal 223 133 332 41 72 0 17 412 77 75
Binary 10010011 1011011 11011010 100001 111010 0 1111 100001010 111111 111101

Color Harmonies of #935BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935BDA

Black with #935BDA

Text Example


Text Example

White with #935BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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