Html Css Color HEX #9B19BA Dark Orchid

📋 copy color: '#9B19BA'

red 155 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #9B19BA

Tints of Dark Orchid #9B19BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 42.35%
G = 6.83%
B = 50.82%

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

#9B19BA (or 0x9B19BA) is known color: Dark Orchid. HEX triplet: 9B, 19 and BA. RGB value is (155,25,186). Sum of RGB (Red+Green+Blue) = 155+25+186=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B19BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B19BA is #64E645. Grayscale: #515151. Windows color (decimal): -6612550 or 12196251. OLE color: 12196251.

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

Color convert

RGB 155 25 186 -
CMYK 0.17 0.87 0 0.27
HSL 288.45º 0.76% 0.41% -
HSV(B) 288.45º 0.87% 0.73% -
XYZ 22.73 11.21 47.42 -
YUV 82.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 155 25 186 0.17 0.87 0 0.27 288.45 0.76 0.41
Hex 9B 19 BA 11 57 0 1B 120 4C 29
Octal 233 31 272 21 127 0 33 440 114 51
Binary 10011011 11001 10111010 10001 1010111 0 11011 100100000 1001100 101001

Color Harmonies of #9B19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B19BA

Black with #9B19BA

Text Example


Text Example

White with #9B19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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