Html Css Color HEX #9B51DC Amethyst

📋 copy color: '#9B51DC'

red 155 ◦ green 81 ◦ blue 220

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

Shades of Amethyst #9B51DC

Tints of Amethyst #9B51DC

RGB

 RED value IS 155 (60.94% from 255) = 33.99%

 GREEN value IS 81 (32.03% from 255) = 17.76%

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

R = 33.99%
G = 17.76%
B = 48.25%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B51DC (or 0x9B51DC) is known color: Amethyst. HEX triplet: 9B, 51 and DC. RGB value is (155,81,220). Sum of RGB (Red+Green+Blue) = 155+81+220=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B51DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51DC is #64AE23. Grayscale: #767676. Windows color (decimal): -6598180 or 14438811. OLE color: 14438811.

HSL color Cylindrical-coordinate representation of color #9B51DC: hue angle of 271.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B51DC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 81 220 -
CMYK 0.30 0.63 0 0.14
HSL 271.94º 0.67% 0.59% -
HSV(B) 271.94º 0.63% 0.86% -
XYZ 29.38 18.02 69.64 -
YUV 118.97 185.02 153.7 -
System Red Green Blue C M Y K H S L
Decimal 155 81 220 0.30 0.63 0 0.14 271.94 0.67 0.59
Hex 9B 51 DC 1E 3F 0 E 110 43 3B
Octal 233 121 334 36 77 0 16 420 103 73
Binary 10011011 1010001 11011100 11110 111111 0 1110 100010000 1000011 111011

Color Harmonies of #9B51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B51DC

Black with #9B51DC

Text Example


Text Example

White with #9B51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B51DC; }

 p { color: rgb(155,81,220); }

 H1.HeaderClassName
 {
   color: #9B51DC;
 }
 .AnyTagClassName
 {
   color: #9B51DC;
 }
</style>

background-color css

<style>
 a { background-color: #9B51DC; }

 a { background-color: rgb(155,81,220); }

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

border-color css

<style>
 span { border-color: #9B51DC; }

 span { border-color: rgb(155,81,220); }

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