Html Css Color HEX #955BDC Amethyst

📋 copy color: '#955BDC'

red 149 ◦ green 91 ◦ blue 220

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

Shades of Amethyst #955BDC

Tints of Amethyst #955BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.78%

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

R = 32.39%
G = 19.78%
B = 47.83%

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

#955BDC (or 0x955BDC) is known color: Amethyst. HEX triplet: 95, 5B and DC. RGB value is (149,91,220). Sum of RGB (Red+Green+Blue) = 149+91+220=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #955BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BDC is #6AA423. Grayscale: #7A7A7A. Windows color (decimal): -6988836 or 14441365. OLE color: 14441365.

HSL color Cylindrical-coordinate representation of color #955BDC: hue angle of 266.98º 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 #955BDC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 91 220 -
CMYK 0.32 0.59 0 0.14
HSL 266.98º 0.65% 0.61% -
HSV(B) 266.98º 0.59% 0.86% -
XYZ 29.05 19.04 69.85 -
YUV 123.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 149 91 220 0.32 0.59 0 0.14 266.98 0.65 0.61
Hex 95 5B DC 20 3B 0 E 10B 41 3D
Octal 225 133 334 40 73 0 16 413 101 75
Binary 10010101 1011011 11011100 100000 111011 0 1110 100001011 1000001 111101

Color Harmonies of #955BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BDC

Black with #955BDC

Text Example


Text Example

White with #955BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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