Html Css Color HEX #9B62DB Amethyst

📋 copy color: '#9B62DB'

red 155 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #9B62DB

Tints of Amethyst #9B62DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.76%

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

R = 32.84%
G = 20.76%
B = 46.4%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B62DB (or 0x9B62DB) is known color: Amethyst. HEX triplet: 9B, 62 and DB. RGB value is (155,98,219). Sum of RGB (Red+Green+Blue) = 155+98+219=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B62DB is #649D24. Grayscale: #808080. Windows color (decimal): -6593829 or 14377627. OLE color: 14377627.

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

Color convert

RGB 155 98 219 -
CMYK 0.29 0.55 0 0.14
HSL 268.26º 0.63% 0.62% -
HSV(B) 268.26º 0.55% 0.86% -
XYZ 30.67 20.82 69.42 -
YUV 128.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 155 98 219 0.29 0.55 0 0.14 268.26 0.63 0.62
Hex 9B 62 DB 1D 37 0 E 10C 3F 3E
Octal 233 142 333 35 67 0 16 414 77 76
Binary 10011011 1100010 11011011 11101 110111 0 1110 100001100 111111 111110

Color Harmonies of #9B62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B62DB

Black with #9B62DB

Text Example


Text Example

White with #9B62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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