Html Css Color HEX #955DDC Amethyst

📋 copy color: '#955DDC'

red 149 ◦ green 93 ◦ blue 220

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

Shades of Amethyst #955DDC

Tints of Amethyst #955DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.13%

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

R = 32.25%
G = 20.13%
B = 47.62%

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

#955DDC (or 0x955DDC) is known color: Amethyst. HEX triplet: 95, 5D and DC. RGB value is (149,93,220). Sum of RGB (Red+Green+Blue) = 149+93+220=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #955DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DDC is #6AA223. Grayscale: #7B7B7B. Windows color (decimal): -6988324 or 14441877. OLE color: 14441877.

HSL color Cylindrical-coordinate representation of color #955DDC: hue angle of 266.46º degrees, saturation: 0.64, 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 #955DDC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 93 220 -
CMYK 0.32 0.58 0 0.14
HSL 266.46º 0.64% 0.61% -
HSV(B) 266.46º 0.58% 0.86% -
XYZ 29.23 19.39 69.91 -
YUV 124.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 149 93 220 0.32 0.58 0 0.14 266.46 0.64 0.61
Hex 95 5D DC 20 3A 0 E 10A 40 3D
Octal 225 135 334 40 72 0 16 412 100 75
Binary 10010101 1011101 11011100 100000 111010 0 1110 100001010 1000000 111101

Color Harmonies of #955DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DDC

Black with #955DDC

Text Example


Text Example

White with #955DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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