Html Css Color HEX #935FCC Amethyst

📋 copy color: '#935FCC'

red 147 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #935FCC

Tints of Amethyst #935FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 32.96%
G = 21.3%
B = 45.74%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#935FCC (or 0x935FCC) is known color: Amethyst. HEX triplet: 93, 5F and CC. RGB value is (147,95,204). Sum of RGB (Red+Green+Blue) = 147+95+204=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #935FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FCC is #6CA033. Grayscale: #7A7A7A. Windows color (decimal): -7118900 or 13393811. OLE color: 13393811.

HSL color Cylindrical-coordinate representation of color #935FCC: hue angle of 268.62º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #935FCC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 95 204 -
CMYK 0.28 0.53 0 0.2
HSL 268.62º 0.52% 0.59% -
HSV(B) 268.62º 0.53% 0.8% -
XYZ 27.02 18.75 59.32 -
YUV 122.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 147 95 204 0.28 0.53 0 0.2 268.62 0.52 0.59
Hex 93 5F CC 1C 35 0 14 10D 34 3B
Octal 223 137 314 34 65 0 24 415 64 73
Binary 10010011 1011111 11001100 11100 110101 0 10100 100001101 110100 111011

Color Harmonies of #935FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FCC

Black with #935FCC

Text Example


Text Example

White with #935FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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