Html Css Color HEX #9B61DB Amethyst

📋 copy color: '#9B61DB'

red 155 ◦ green 97 ◦ blue 219

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

Shades of Amethyst #9B61DB

Tints of Amethyst #9B61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.59%

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 32.91%
G = 20.59%
B = 46.5%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B61DB (or 0x9B61DB) is known color: Amethyst. HEX triplet: 9B, 61 and DB. RGB value is (155,97,219). Sum of RGB (Red+Green+Blue) = 155+97+219=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B61DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B61DB is #649E24. Grayscale: #7F7F7F. Windows color (decimal): -6594085 or 14377371. OLE color: 14377371.

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

Color convert

RGB 155 97 219 -
CMYK 0.29 0.56 0 0.14
HSL 268.52º 0.63% 0.62% -
HSV(B) 268.52º 0.56% 0.86% -
XYZ 30.58 20.63 69.39 -
YUV 128.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 155 97 219 0.29 0.56 0 0.14 268.52 0.63 0.62
Hex 9B 61 DB 1D 38 0 E 10D 3F 3E
Octal 233 141 333 35 70 0 16 415 77 76
Binary 10011011 1100001 11011011 11101 111000 0 1110 100001101 111111 111110

Color Harmonies of #9B61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B61DB

Black with #9B61DB

Text Example


Text Example

White with #9B61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,219); }

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

background-color css

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

 a { background-color: rgb(155,97,219); }

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

border-color css

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

 span { border-color: rgb(155,97,219); }

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