Html Css Color HEX #935FCA Amethyst

📋 copy color: '#935FCA'

red 147 ◦ green 95 ◦ blue 202

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

Shades of Amethyst #935FCA

Tints of Amethyst #935FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 33.11%
G = 21.4%
B = 45.5%

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

#935FCA (or 0x935FCA) is known color: Amethyst. HEX triplet: 93, 5F and CA. RGB value is (147,95,202). Sum of RGB (Red+Green+Blue) = 147+95+202=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #935FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FCA is #6CA035. Grayscale: #7A7A7A. Windows color (decimal): -7118902 or 13262739. OLE color: 13262739.

HSL color Cylindrical-coordinate representation of color #935FCA: hue angle of 269.16º 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 #935FCA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 95 202 -
CMYK 0.27 0.53 0 0.21
HSL 269.16º 0.5% 0.58% -
HSV(B) 269.16º 0.53% 0.79% -
XYZ 26.79 18.65 58.07 -
YUV 122.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 147 95 202 0.27 0.53 0 0.21 269.16 0.5 0.58
Hex 93 5F CA 1B 35 0 15 10D 32 3A
Octal 223 137 312 33 65 0 25 415 62 72
Binary 10010011 1011111 11001010 11011 110101 0 10101 100001101 110010 111010

Color Harmonies of #935FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FCA

Black with #935FCA

Text Example


Text Example

White with #935FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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