Html Css Color HEX #935FC9 Amethyst

📋 copy color: '#935FC9'

red 147 ◦ green 95 ◦ blue 201

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

Shades of Amethyst #935FC9

Tints of Amethyst #935FC9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.44%

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

R = 33.18%
G = 21.44%
B = 45.37%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#935FC9 (or 0x935FC9) is known color: Amethyst. HEX triplet: 93, 5F and C9. RGB value is (147,95,201). Sum of RGB (Red+Green+Blue) = 147+95+201=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #935FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FC9 is #6CA036. Grayscale: #7A7A7A. Windows color (decimal): -7118903 or 13197203. OLE color: 13197203.

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

Color convert

RGB 147 95 201 -
CMYK 0.27 0.53 0 0.21
HSL 269.43º 0.5% 0.58% -
HSV(B) 269.43º 0.53% 0.79% -
XYZ 26.67 18.6 57.44 -
YUV 122.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 147 95 201 0.27 0.53 0 0.21 269.43 0.5 0.58
Hex 93 5F C9 1B 35 0 15 10D 32 3A
Octal 223 137 311 33 65 0 25 415 62 72
Binary 10010011 1011111 11001001 11011 110101 0 10101 100001101 110010 111010

Color Harmonies of #935FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FC9

Black with #935FC9

Text Example


Text Example

White with #935FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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