Html Css Color HEX #955BC9 Amethyst

📋 copy color: '#955BC9'

red 149 ◦ green 91 ◦ blue 201

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

Shades of Amethyst #955BC9

Tints of Amethyst #955BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 33.79%
G = 20.63%
B = 45.58%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#955BC9 (or 0x955BC9) is known color: Amethyst. HEX triplet: 95, 5B and C9. RGB value is (149,91,201). Sum of RGB (Red+Green+Blue) = 149+91+201=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #955BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BC9 is #6AA436. Grayscale: #787878. Windows color (decimal): -6988855 or 13196181. OLE color: 13196181.

HSL color Cylindrical-coordinate representation of color #955BC9: hue angle of 271.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #955BC9 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 91 201 -
CMYK 0.26 0.55 0 0.21
HSL 271.64º 0.5% 0.57% -
HSV(B) 271.64º 0.55% 0.79% -
XYZ 26.68 18.09 57.34 -
YUV 120.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 149 91 201 0.26 0.55 0 0.21 271.64 0.5 0.57
Hex 95 5B C9 1A 37 0 15 110 32 39
Octal 225 133 311 32 67 0 25 420 62 71
Binary 10010101 1011011 11001001 11010 110111 0 10101 100010000 110010 111001

Color Harmonies of #955BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BC9

Black with #955BC9

Text Example


Text Example

White with #955BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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