Html Css Color HEX #9918BA Dark Orchid

📋 copy color: '#9918BA'

red 153 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #9918BA

Tints of Dark Orchid #9918BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 42.15%
G = 6.61%
B = 51.24%

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

#9918BA (or 0x9918BA) is known color: Dark Orchid. HEX triplet: 99, 18 and BA. RGB value is (153,24,186). Sum of RGB (Red+Green+Blue) = 153+24+186=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #9918BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918BA is #66E745. Grayscale: #505050. Windows color (decimal): -6743878 or 12195993. OLE color: 12195993.

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

Color convert

RGB 153 24 186 -
CMYK 0.18 0.87 0 0.27
HSL 287.78º 0.77% 0.41% -
HSV(B) 287.78º 0.87% 0.73% -
XYZ 22.33 10.97 47.4 -
YUV 81.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 153 24 186 0.18 0.87 0 0.27 287.78 0.77 0.41
Hex 99 18 BA 12 57 0 1B 120 4D 29
Octal 231 30 272 22 127 0 33 440 115 51
Binary 10011001 11000 10111010 10010 1010111 0 11011 100100000 1001101 101001

Color Harmonies of #9918BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9918BA

Black with #9918BA

Text Example


Text Example

White with #9918BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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