Html Css Color HEX #935FC2 Amethyst

📋 copy color: '#935FC2'

red 147 ◦ green 95 ◦ blue 194

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

Shades of Amethyst #935FC2

Tints of Amethyst #935FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 33.72%
G = 21.79%
B = 44.5%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#935FC2 (or 0x935FC2) is known color: Amethyst. HEX triplet: 93, 5F and C2. RGB value is (147,95,194). Sum of RGB (Red+Green+Blue) = 147+95+194=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #935FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FC2 is #6CA03D. Grayscale: #797979. Windows color (decimal): -7118910 or 12738451. OLE color: 12738451.

HSL color Cylindrical-coordinate representation of color #935FC2: hue angle of 271.52º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935FC2 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 95 194 -
CMYK 0.24 0.51 0 0.24
HSL 271.52º 0.45% 0.57% -
HSV(B) 271.52º 0.51% 0.76% -
XYZ 25.86 18.28 53.2 -
YUV 121.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 147 95 194 0.24 0.51 0 0.24 271.52 0.45 0.57
Hex 93 5F C2 18 33 0 18 110 2D 39
Octal 223 137 302 30 63 0 30 420 55 71
Binary 10010011 1011111 11000010 11000 110011 0 11000 100010000 101101 111001

Color Harmonies of #935FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FC2

Black with #935FC2

Text Example


Text Example

White with #935FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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