Html Css Color HEX #935FCD Amethyst

📋 copy color: '#935FCD'

red 147 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #935FCD

Tints of Amethyst #935FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 32.89%
G = 21.25%
B = 45.86%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#935FCD (or 0x935FCD) is known color: Amethyst. HEX triplet: 93, 5F and CD. RGB value is (147,95,205). Sum of RGB (Red+Green+Blue) = 147+95+205=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #935FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FCD is #6CA032. Grayscale: #7A7A7A. Windows color (decimal): -7118899 or 13459347. OLE color: 13459347.

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

Color convert

RGB 147 95 205 -
CMYK 0.28 0.54 0 0.20
HSL 268.36º 0.52% 0.59% -
HSV(B) 268.36º 0.54% 0.8% -
XYZ 27.14 18.8 59.95 -
YUV 123.09 174.23 145.06 -
System Red Green Blue C M Y K H S L
Decimal 147 95 205 0.28 0.54 0 0.20 268.36 0.52 0.59
Hex 93 5F CD 1C 36 0 14 10C 34 3B
Octal 223 137 315 34 66 0 24 414 64 73
Binary 10010011 1011111 11001101 11100 110110 0 10100 100001100 110100 111011

Color Harmonies of #935FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FCD

Black with #935FCD

Text Example


Text Example

White with #935FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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