Html Css Color HEX #955BCD Amethyst

📋 copy color: '#955BCD'

red 149 ◦ green 91 ◦ blue 205

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

Shades of Amethyst #955BCD

Tints of Amethyst #955BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.45%

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

R = 33.48%
G = 20.45%
B = 46.07%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#955BCD (or 0x955BCD) is known color: Amethyst. HEX triplet: 95, 5B and CD. RGB value is (149,91,205). Sum of RGB (Red+Green+Blue) = 149+91+205=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #955BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BCD is #6AA432. Grayscale: #787878. Windows color (decimal): -6988851 or 13458325. OLE color: 13458325.

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

Color convert

RGB 149 91 205 -
CMYK 0.27 0.56 0 0.20
HSL 270.53º 0.53% 0.58% -
HSV(B) 270.53º 0.56% 0.8% -
XYZ 27.15 18.28 59.85 -
YUV 121.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 149 91 205 0.27 0.56 0 0.20 270.53 0.53 0.58
Hex 95 5B CD 1B 38 0 14 10F 35 3A
Octal 225 133 315 33 70 0 24 417 65 72
Binary 10010101 1011011 11001101 11011 111000 0 10100 100001111 110101 111010

Color Harmonies of #955BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BCD

Black with #955BCD

Text Example


Text Example

White with #955BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,91,205); }

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

background-color css

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

 a { background-color: rgb(149,91,205); }

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

border-color css

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

 span { border-color: rgb(149,91,205); }

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