Html Css Color HEX #955DCE Amethyst

📋 copy color: '#955DCE'

red 149 ◦ green 93 ◦ blue 206

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

Shades of Amethyst #955DCE

Tints of Amethyst #955DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 33.26%
G = 20.76%
B = 45.98%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#955DCE (or 0x955DCE) is known color: Amethyst. HEX triplet: 95, 5D and CE. RGB value is (149,93,206). Sum of RGB (Red+Green+Blue) = 149+93+206=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #955DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DCE is #6AA231. Grayscale: #7A7A7A. Windows color (decimal): -6988338 or 13524373. OLE color: 13524373.

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

Color convert

RGB 149 93 206 -
CMYK 0.28 0.55 0 0.19
HSL 269.73º 0.54% 0.59% -
HSV(B) 269.73º 0.55% 0.81% -
XYZ 27.45 18.67 60.55 -
YUV 122.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 149 93 206 0.28 0.55 0 0.19 269.73 0.54 0.59
Hex 95 5D CE 1C 37 0 13 10E 36 3B
Octal 225 135 316 34 67 0 23 416 66 73
Binary 10010101 1011101 11001110 11100 110111 0 10011 100001110 110110 111011

Color Harmonies of #955DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DCE

Black with #955DCE

Text Example


Text Example

White with #955DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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