Html Css Color HEX #955FDC Amethyst

📋 copy color: '#955FDC'

red 149 ◦ green 95 ◦ blue 220

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

Shades of Amethyst #955FDC

Tints of Amethyst #955FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.47%

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

R = 32.11%
G = 20.47%
B = 47.41%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#955FDC (or 0x955FDC) is known color: Amethyst. HEX triplet: 95, 5F and DC. RGB value is (149,95,220). Sum of RGB (Red+Green+Blue) = 149+95+220=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #955FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FDC is #6AA023. Grayscale: #7C7C7C. Windows color (decimal): -6987812 or 14442389. OLE color: 14442389.

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

Color convert

RGB 149 95 220 -
CMYK 0.32 0.57 0 0.14
HSL 265.92º 0.64% 0.62% -
HSV(B) 265.92º 0.57% 0.86% -
XYZ 29.4 19.74 69.97 -
YUV 125.4 181.39 144.84 -
System Red Green Blue C M Y K H S L
Decimal 149 95 220 0.32 0.57 0 0.14 265.92 0.64 0.62
Hex 95 5F DC 20 39 0 E 10A 40 3E
Octal 225 137 334 40 71 0 16 412 100 76
Binary 10010101 1011111 11011100 100000 111001 0 1110 100001010 1000000 111110

Color Harmonies of #955FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FDC

Black with #955FDC

Text Example


Text Example

White with #955FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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