Html Css Color HEX #955ADC Amethyst

📋 copy color: '#955ADC'

red 149 ◦ green 90 ◦ blue 220

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

Shades of Amethyst #955ADC

Tints of Amethyst #955ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

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

R = 32.46%
G = 19.61%
B = 47.93%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#955ADC (or 0x955ADC) is known color: Amethyst. HEX triplet: 95, 5A and DC. RGB value is (149,90,220). Sum of RGB (Red+Green+Blue) = 149+90+220=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #955ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ADC is #6AA523. Grayscale: #797979. Windows color (decimal): -6989092 or 14441109. OLE color: 14441109.

HSL color Cylindrical-coordinate representation of color #955ADC: hue angle of 267.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955ADC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 90 220 -
CMYK 0.32 0.59 0 0.14
HSL 267.23º 0.65% 0.61% -
HSV(B) 267.23º 0.59% 0.86% -
XYZ 28.97 18.87 69.83 -
YUV 122.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 149 90 220 0.32 0.59 0 0.14 267.23 0.65 0.61
Hex 95 5A DC 20 3B 0 E 10B 41 3D
Octal 225 132 334 40 73 0 16 413 101 75
Binary 10010101 1011010 11011100 100000 111011 0 1110 100001011 1000001 111101

Color Harmonies of #955ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955ADC

Black with #955ADC

Text Example


Text Example

White with #955ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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