Html Css Color HEX #955DCC Amethyst

📋 copy color: '#955DCC'

red 149 ◦ green 93 ◦ blue 204

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

Shades of Amethyst #955DCC

Tints of Amethyst #955DCC

RGB

 RED value IS 149 (58.59% from 255) = 33.41%

 GREEN value IS 93 (36.72% from 255) = 20.85%

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

R = 33.41%
G = 20.85%
B = 45.74%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#955DCC (or 0x955DCC) is known color: Amethyst. HEX triplet: 95, 5D and CC. RGB value is (149,93,204). Sum of RGB (Red+Green+Blue) = 149+93+204=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 93 (36.72% from 255 or 20.85% 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 #955DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DCC is #6AA233. Grayscale: #7A7A7A. Windows color (decimal): -6988340 or 13393301. OLE color: 13393301.

HSL color Cylindrical-coordinate representation of color #955DCC: hue angle of 270.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955DCC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 93 204 -
CMYK 0.27 0.54 0 0.2
HSL 270.27º 0.52% 0.58% -
HSV(B) 270.27º 0.54% 0.8% -
XYZ 27.21 18.58 59.28 -
YUV 122.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 149 93 204 0.27 0.54 0 0.2 270.27 0.52 0.58
Hex 95 5D CC 1B 36 0 14 10E 34 3A
Octal 225 135 314 33 66 0 24 416 64 72
Binary 10010101 1011101 11001100 11011 110110 0 10100 100001110 110100 111010

Color Harmonies of #955DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DCC

Black with #955DCC

Text Example


Text Example

White with #955DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955DCC; }

 p { color: rgb(149,93,204); }

 H1.HeaderClassName
 {
   color: #955DCC;
 }
 .AnyTagClassName
 {
   color: #955DCC;
 }
</style>

background-color css

<style>
 a { background-color: #955DCC; }

 a { background-color: rgb(149,93,204); }

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

border-color css

<style>
 span { border-color: #955DCC; }

 span { border-color: rgb(149,93,204); }

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