Html Css Color HEX #9B52DC Amethyst

📋 copy color: '#9B52DC'

red 155 ◦ green 82 ◦ blue 220

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

Shades of Amethyst #9B52DC

Tints of Amethyst #9B52DC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.94%

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

R = 33.92%
G = 17.94%
B = 48.14%

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

#9B52DC (or 0x9B52DC) is known color: Amethyst. HEX triplet: 9B, 52 and DC. RGB value is (155,82,220). Sum of RGB (Red+Green+Blue) = 155+82+220=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B52DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B52DC is #64AD23. Grayscale: #777777. Windows color (decimal): -6597924 or 14439067. OLE color: 14439067.

HSL color Cylindrical-coordinate representation of color #9B52DC: hue angle of 271.74º degrees, saturation: 0.66, 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 #9B52DC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 82 220 -
CMYK 0.30 0.63 0 0.14
HSL 271.74º 0.66% 0.59% -
HSV(B) 271.74º 0.63% 0.86% -
XYZ 29.45 18.17 69.67 -
YUV 119.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 155 82 220 0.30 0.63 0 0.14 271.74 0.66 0.59
Hex 9B 52 DC 1E 3F 0 E 110 42 3B
Octal 233 122 334 36 77 0 16 420 102 73
Binary 10011011 1010010 11011100 11110 111111 0 1110 100010000 1000010 111011

Color Harmonies of #9B52DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B52DC

Black with #9B52DC

Text Example


Text Example

White with #9B52DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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