Html Css Color HEX #955CDC Amethyst

📋 copy color: '#955CDC'

red 149 ◦ green 92 ◦ blue 220

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

Shades of Amethyst #955CDC

Tints of Amethyst #955CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 32.32%
G = 19.96%
B = 47.72%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#955CDC (or 0x955CDC) is known color: Amethyst. HEX triplet: 95, 5C and DC. RGB value is (149,92,220). Sum of RGB (Red+Green+Blue) = 149+92+220=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #955CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CDC is #6AA323. Grayscale: #7B7B7B. Windows color (decimal): -6988580 or 14441621. OLE color: 14441621.

HSL color Cylindrical-coordinate representation of color #955CDC: hue angle of 266.72º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #955CDC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 92 220 -
CMYK 0.32 0.58 0 0.14
HSL 266.72º 0.65% 0.61% -
HSV(B) 266.72º 0.58% 0.86% -
XYZ 29.14 19.21 69.88 -
YUV 123.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 149 92 220 0.32 0.58 0 0.14 266.72 0.65 0.61
Hex 95 5C DC 20 3A 0 E 10B 41 3D
Octal 225 134 334 40 72 0 16 413 101 75
Binary 10010101 1011100 11011100 100000 111010 0 1110 100001011 1000001 111101

Color Harmonies of #955CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CDC

Black with #955CDC

Text Example


Text Example

White with #955CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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