Html Css Color HEX #9918BD Dark Orchid

📋 copy color: '#9918BD'

red 153 ◦ green 24 ◦ blue 189

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

Shades of Dark Orchid #9918BD

Tints of Dark Orchid #9918BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 41.8%
G = 6.56%
B = 51.64%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9918BD (or 0x9918BD) is known color: Dark Orchid. HEX triplet: 99, 18 and BD. RGB value is (153,24,189). Sum of RGB (Red+Green+Blue) = 153+24+189=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #9918BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918BD is #66E742. Grayscale: #505050. Windows color (decimal): -6743875 or 12392601. OLE color: 12392601.

HSL color Cylindrical-coordinate representation of color #9918BD: hue angle of 286.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9918BD is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 24 189 -
CMYK 0.19 0.87 0 0.26
HSL 286.91º 0.77% 0.42% -
HSV(B) 286.91º 0.87% 0.74% -
XYZ 22.65 11.1 49.09 -
YUV 81.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 153 24 189 0.19 0.87 0 0.26 286.91 0.77 0.42
Hex 99 18 BD 13 57 0 1A 11F 4D 2A
Octal 231 30 275 23 127 0 32 437 115 52
Binary 10011001 11000 10111101 10011 1010111 0 11010 100011111 1001101 101010

Color Harmonies of #9918BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9918BD

Black with #9918BD

Text Example


Text Example

White with #9918BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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