Html Css Color HEX #9919BA Dark Orchid

📋 copy color: '#9919BA'

red 153 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #9919BA

Tints of Dark Orchid #9919BA

RGB

 RED value IS 153 (60.16% from 255) = 42.03%

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

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

R = 42.03%
G = 6.87%
B = 51.1%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9919BA (or 0x9919BA) is known color: Dark Orchid. HEX triplet: 99, 19 and BA. RGB value is (153,25,186). Sum of RGB (Red+Green+Blue) = 153+25+186=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #9919BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9919BA is #66E645. Grayscale: #515151. Windows color (decimal): -6743622 or 12196249. OLE color: 12196249.

HSL color Cylindrical-coordinate representation of color #9919BA: hue angle of 287.7º 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 #9919BA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 25 186 -
CMYK 0.18 0.87 0 0.27
HSL 287.7º 0.76% 0.41% -
HSV(B) 287.7º 0.87% 0.73% -
XYZ 22.35 11.01 47.4 -
YUV 81.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 153 25 186 0.18 0.87 0 0.27 287.7 0.76 0.41
Hex 99 19 BA 12 57 0 1B 120 4C 29
Octal 231 31 272 22 127 0 33 440 114 51
Binary 10011001 11001 10111010 10010 1010111 0 11011 100100000 1001100 101001

Color Harmonies of #9919BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9919BA

Black with #9919BA

Text Example


Text Example

White with #9919BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9919BA; }

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

 H1.HeaderClassName
 {
   color: #9919BA;
 }
 .AnyTagClassName
 {
   color: #9919BA;
 }
</style>

background-color css

<style>
 a { background-color: #9919BA; }

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

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

border-color css

<style>
 span { border-color: #9919BA; }

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

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