Html Css Color HEX #9B19BB Dark Orchid

📋 copy color: '#9B19BB'

red 155 ◦ green 25 ◦ blue 187

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

Shades of Dark Orchid #9B19BB

Tints of Dark Orchid #9B19BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 42.23%
G = 6.81%
B = 50.95%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B19BB (or 0x9B19BB) is known color: Dark Orchid. HEX triplet: 9B, 19 and BB. RGB value is (155,25,187). Sum of RGB (Red+Green+Blue) = 155+25+187=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B19BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B19BB is #64E644. Grayscale: #515151. Windows color (decimal): -6612549 or 12261787. OLE color: 12261787.

HSL color Cylindrical-coordinate representation of color #9B19BB: hue angle of 288.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B19BB is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 25 187 -
CMYK 0.17 0.87 0 0.27
HSL 288.15º 0.76% 0.42% -
HSV(B) 288.15º 0.87% 0.73% -
XYZ 22.83 11.25 47.98 -
YUV 82.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 155 25 187 0.17 0.87 0 0.27 288.15 0.76 0.42
Hex 9B 19 BB 11 57 0 1B 120 4C 2A
Octal 233 31 273 21 127 0 33 440 114 52
Binary 10011011 11001 10111011 10001 1010111 0 11011 100100000 1001100 101010

Color Harmonies of #9B19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B19BB

Black with #9B19BB

Text Example


Text Example

White with #9B19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,25,187); }

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

background-color css

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

 a { background-color: rgb(155,25,187); }

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

border-color css

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

 span { border-color: rgb(155,25,187); }

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