Html Css Color HEX #955CCD Amethyst

📋 copy color: '#955CCD'

red 149 ◦ green 92 ◦ blue 205

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

Shades of Amethyst #955CCD

Tints of Amethyst #955CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.63%

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

R = 33.41%
G = 20.63%
B = 45.96%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#955CCD (or 0x955CCD) is known color: Amethyst. HEX triplet: 95, 5C and CD. RGB value is (149,92,205). Sum of RGB (Red+Green+Blue) = 149+92+205=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #955CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CCD is #6AA332. Grayscale: #797979. Windows color (decimal): -6988595 or 13458581. OLE color: 13458581.

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

Color convert

RGB 149 92 205 -
CMYK 0.27 0.55 0 0.20
HSL 270.27º 0.53% 0.58% -
HSV(B) 270.27º 0.55% 0.8% -
XYZ 27.24 18.45 59.88 -
YUV 121.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 149 92 205 0.27 0.55 0 0.20 270.27 0.53 0.58
Hex 95 5C CD 1B 37 0 14 10E 35 3A
Octal 225 134 315 33 67 0 24 416 65 72
Binary 10010101 1011100 11001101 11011 110111 0 10100 100001110 110101 111010

Color Harmonies of #955CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CCD

Black with #955CCD

Text Example


Text Example

White with #955CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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