Html Css Color HEX #955DD0 Amethyst

📋 copy color: '#955DD0'

red 149 ◦ green 93 ◦ blue 208

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

Shades of Amethyst #955DD0

Tints of Amethyst #955DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 33.11%
G = 20.67%
B = 46.22%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#955DD0 (or 0x955DD0) is known color: Amethyst. HEX triplet: 95, 5D and D0. RGB value is (149,93,208). Sum of RGB (Red+Green+Blue) = 149+93+208=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #955DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DD0 is #6AA22F. Grayscale: #7A7A7A. Windows color (decimal): -6988336 or 13655445. OLE color: 13655445.

HSL color Cylindrical-coordinate representation of color #955DD0: hue angle of 269.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #955DD0 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 93 208 -
CMYK 0.28 0.55 0 0.18
HSL 269.22º 0.55% 0.59% -
HSV(B) 269.22º 0.55% 0.82% -
XYZ 27.69 18.77 61.84 -
YUV 122.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 149 93 208 0.28 0.55 0 0.18 269.22 0.55 0.59
Hex 95 5D D0 1C 37 0 12 10D 37 3B
Octal 225 135 320 34 67 0 22 415 67 73
Binary 10010101 1011101 11010000 11100 110111 0 10010 100001101 110111 111011

Color Harmonies of #955DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DD0

Black with #955DD0

Text Example


Text Example

White with #955DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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