Html Css Color HEX #955CCB Amethyst

📋 copy color: '#955CCB'

red 149 ◦ green 92 ◦ blue 203

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

Shades of Amethyst #955CCB

Tints of Amethyst #955CCB

RGB

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

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

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

R = 33.56%
G = 20.72%
B = 45.72%

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

#955CCB (or 0x955CCB) is known color: Amethyst. HEX triplet: 95, 5C and CB. RGB value is (149,92,203). Sum of RGB (Red+Green+Blue) = 149+92+203=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #955CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CCB is #6AA334. Grayscale: #797979. Windows color (decimal): -6988597 or 13327509. OLE color: 13327509.

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

Color convert

RGB 149 92 203 -
CMYK 0.27 0.55 0 0.20
HSL 270.81º 0.52% 0.58% -
HSV(B) 270.81º 0.55% 0.8% -
XYZ 27 18.36 58.62 -
YUV 121.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 149 92 203 0.27 0.55 0 0.20 270.81 0.52 0.58
Hex 95 5C CB 1B 37 0 14 10F 34 3A
Octal 225 134 313 33 67 0 24 417 64 72
Binary 10010101 1011100 11001011 11011 110111 0 10100 100001111 110100 111010

Color Harmonies of #955CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CCB

Black with #955CCB

Text Example


Text Example

White with #955CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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