Html Css Color HEX #936AD0 Amethyst

📋 copy color: '#936AD0'

red 147 ◦ green 106 ◦ blue 208

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

Shades of Amethyst #936AD0

Tints of Amethyst #936AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.99%

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

R = 31.89%
G = 22.99%
B = 45.12%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#936AD0 (or 0x936AD0) is known color: Amethyst. HEX triplet: 93, 6A and D0. RGB value is (147,106,208). Sum of RGB (Red+Green+Blue) = 147+106+208=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #936AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936AD0 is #6C952F. Grayscale: #818181. Windows color (decimal): -7116080 or 13658771. OLE color: 13658771.

HSL color Cylindrical-coordinate representation of color #936AD0: hue angle of 264.12º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #936AD0 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 106 208 -
CMYK 0.29 0.49 0 0.18
HSL 264.12º 0.52% 0.62% -
HSV(B) 264.12º 0.49% 0.82% -
XYZ 28.57 21.07 62.23 -
YUV 129.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 147 106 208 0.29 0.49 0 0.18 264.12 0.52 0.62
Hex 93 6A D0 1D 31 0 12 108 34 3E
Octal 223 152 320 35 61 0 22 410 64 76
Binary 10010011 1101010 11010000 11101 110001 0 10010 100001000 110100 111110

Color Harmonies of #936AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936AD0

Black with #936AD0

Text Example


Text Example

White with #936AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936AD0; }

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

 H1.HeaderClassName
 {
   color: #936AD0;
 }
 .AnyTagClassName
 {
   color: #936AD0;
 }
</style>

background-color css

<style>
 a { background-color: #936AD0; }

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

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

border-color css

<style>
 span { border-color: #936AD0; }

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

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