Html Css Color HEX #9B51DD Amethyst

📋 copy color: '#9B51DD'

red 155 ◦ green 81 ◦ blue 221

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

Shades of Amethyst #9B51DD

Tints of Amethyst #9B51DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 33.92%
G = 17.72%
B = 48.36%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B51DD (or 0x9B51DD) is known color: Amethyst. HEX triplet: 9B, 51 and DD. RGB value is (155,81,221). Sum of RGB (Red+Green+Blue) = 155+81+221=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B51DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51DD is #64AE22. Grayscale: #767676. Windows color (decimal): -6598179 or 14504347. OLE color: 14504347.

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

Color convert

RGB 155 81 221 -
CMYK 0.30 0.63 0 0.13
HSL 271.71º 0.67% 0.59% -
HSV(B) 271.71º 0.63% 0.87% -
XYZ 29.51 18.07 70.34 -
YUV 119.09 185.52 153.62 -
System Red Green Blue C M Y K H S L
Decimal 155 81 221 0.30 0.63 0 0.13 271.71 0.67 0.59
Hex 9B 51 DD 1E 3F 0 D 110 43 3B
Octal 233 121 335 36 77 0 15 420 103 73
Binary 10011011 1010001 11011101 11110 111111 0 1101 100010000 1000011 111011

Color Harmonies of #9B51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B51DD

Black with #9B51DD

Text Example


Text Example

White with #9B51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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