Html Css Color HEX #955BCB Amethyst

📋 copy color: '#955BCB'

red 149 ◦ green 91 ◦ blue 203

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

Shades of Amethyst #955BCB

Tints of Amethyst #955BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 33.63%
G = 20.54%
B = 45.82%

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

#955BCB (or 0x955BCB) is known color: Amethyst. HEX triplet: 95, 5B and CB. RGB value is (149,91,203). Sum of RGB (Red+Green+Blue) = 149+91+203=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #955BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BCB is #6AA434. Grayscale: #787878. Windows color (decimal): -6988853 or 13327253. OLE color: 13327253.

HSL color Cylindrical-coordinate representation of color #955BCB: hue angle of 271.07º degrees, saturation: 0.52, 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 #955BCB is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 91 203 -
CMYK 0.27 0.55 0 0.20
HSL 271.07º 0.52% 0.58% -
HSV(B) 271.07º 0.55% 0.8% -
XYZ 26.92 18.18 58.59 -
YUV 121.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 149 91 203 0.27 0.55 0 0.20 271.07 0.52 0.58
Hex 95 5B CB 1B 37 0 14 10F 34 3A
Octal 225 133 313 33 67 0 24 417 64 72
Binary 10010101 1011011 11001011 11011 110111 0 10100 100001111 110100 111010

Color Harmonies of #955BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BCB

Black with #955BCB

Text Example


Text Example

White with #955BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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