Html Css Color HEX #955DD2 Amethyst

📋 copy color: '#955DD2'

red 149 ◦ green 93 ◦ blue 210

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

Shades of Amethyst #955DD2

Tints of Amethyst #955DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.46%

R = 32.96%
G = 20.58%
B = 46.46%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#955DD2 (or 0x955DD2) is known color: Amethyst. HEX triplet: 95, 5D and D2. RGB value is (149,93,210). Sum of RGB (Red+Green+Blue) = 149+93+210=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 210 - color contains mainly: blue. Hex color #955DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DD2 is #6AA22D. Grayscale: #7A7A7A. Windows color (decimal): -6988334 or 13786517. OLE color: 13786517.

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

Color convert

RGB 149 93 210 -
CMYK 0.29 0.56 0 0.18
HSL 268.72º 0.57% 0.59% -
HSV(B) 268.72º 0.56% 0.82% -
XYZ 27.94 18.87 63.14 -
YUV 123.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 149 93 210 0.29 0.56 0 0.18 268.72 0.57 0.59
Hex 95 5D D2 1D 38 0 12 10D 39 3B
Octal 225 135 322 35 70 0 22 415 71 73
Binary 10010101 1011101 11010010 11101 111000 0 10010 100001101 111001 111011

Color Harmonies of #955DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DD2

Black with #955DD2

Text Example


Text Example

White with #955DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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