Html Css Color HEX #935CC9 Amethyst

📋 copy color: '#935CC9'

red 147 ◦ green 92 ◦ blue 201

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

Shades of Amethyst #935CC9

Tints of Amethyst #935CC9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.91%

 BLUE value IS 201 (78.91% from 255) = 45.68%

R = 33.41%
G = 20.91%
B = 45.68%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#935CC9 (or 0x935CC9) is known color: Amethyst. HEX triplet: 93, 5C and C9. RGB value is (147,92,201). Sum of RGB (Red+Green+Blue) = 147+92+201=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #935CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CC9 is #6CA336. Grayscale: #787878. Windows color (decimal): -7119671 or 13196435. OLE color: 13196435.

HSL color Cylindrical-coordinate representation of color #935CC9: hue angle of 270.28º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #935CC9 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 92 201 -
CMYK 0.27 0.54 0 0.21
HSL 270.28º 0.5% 0.57% -
HSV(B) 270.28º 0.54% 0.79% -
XYZ 26.4 18.07 57.36 -
YUV 120.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 147 92 201 0.27 0.54 0 0.21 270.28 0.5 0.57
Hex 93 5C C9 1B 36 0 15 10E 32 39
Octal 223 134 311 33 66 0 25 416 62 71
Binary 10010011 1011100 11001001 11011 110110 0 10101 100001110 110010 111001

Color Harmonies of #935CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CC9

Black with #935CC9

Text Example


Text Example

White with #935CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,92,201); }

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

background-color css

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

 a { background-color: rgb(147,92,201); }

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

border-color css

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

 span { border-color: rgb(147,92,201); }

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