Html Css Color HEX #9B49DB Dark Orchid

📋 copy color: '#9B49DB'

red 155 ◦ green 73 ◦ blue 219

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

Shades of Dark Orchid #9B49DB

Tints of Dark Orchid #9B49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.33%

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

R = 34.68%
G = 16.33%
B = 48.99%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B49DB (or 0x9B49DB) is known color: Dark Orchid. HEX triplet: 9B, 49 and DB. RGB value is (155,73,219). Sum of RGB (Red+Green+Blue) = 155+73+219=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B49DB is #64B624. Grayscale: #717171. Windows color (decimal): -6600229 or 14371227. OLE color: 14371227.

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

Color convert

RGB 155 73 219 -
CMYK 0.29 0.67 0 0.14
HSL 273.7º 0.67% 0.57% -
HSV(B) 273.7º 0.67% 0.86% -
XYZ 28.69 16.85 68.76 -
YUV 114.16 187.17 157.13 -
System Red Green Blue C M Y K H S L
Decimal 155 73 219 0.29 0.67 0 0.14 273.7 0.67 0.57
Hex 9B 49 DB 1D 43 0 E 112 43 39
Octal 233 111 333 35 103 0 16 422 103 71
Binary 10011011 1001001 11011011 11101 1000011 0 1110 100010010 1000011 111001

Color Harmonies of #9B49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B49DB

Black with #9B49DB

Text Example


Text Example

White with #9B49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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