Html Css Color HEX #955DDE Amethyst

📋 copy color: '#955DDE'

red 149 ◦ green 93 ◦ blue 222

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

Shades of Amethyst #955DDE

Tints of Amethyst #955DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 32.11%
G = 20.04%
B = 47.84%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#955DDE (or 0x955DDE) is known color: Amethyst. HEX triplet: 95, 5D and DE. RGB value is (149,93,222). Sum of RGB (Red+Green+Blue) = 149+93+222=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #955DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DDE is #6AA221. Grayscale: #7B7B7B. Windows color (decimal): -6988322 or 14572949. OLE color: 14572949.

HSL color Cylindrical-coordinate representation of color #955DDE: hue angle of 266.05º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #955DDE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 93 222 -
CMYK 0.33 0.58 0 0.13
HSL 266.05º 0.66% 0.62% -
HSV(B) 266.05º 0.58% 0.87% -
XYZ 29.49 19.49 71.32 -
YUV 124.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 149 93 222 0.33 0.58 0 0.13 266.05 0.66 0.62
Hex 95 5D DE 21 3A 0 D 10A 42 3E
Octal 225 135 336 41 72 0 15 412 102 76
Binary 10010101 1011101 11011110 100001 111010 0 1101 100001010 1000010 111110

Color Harmonies of #955DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DDE

Black with #955DDE

Text Example


Text Example

White with #955DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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