Html Css Color HEX #9918BC Dark Orchid

📋 copy color: '#9918BC'

red 153 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #9918BC

Tints of Dark Orchid #9918BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 41.92%
G = 6.58%
B = 51.51%

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

#9918BC (or 0x9918BC) is known color: Dark Orchid. HEX triplet: 99, 18 and BC. RGB value is (153,24,188). Sum of RGB (Red+Green+Blue) = 153+24+188=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #9918BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918BC is #66E743. Grayscale: #505050. Windows color (decimal): -6743876 or 12327065. OLE color: 12327065.

HSL color Cylindrical-coordinate representation of color #9918BC: hue angle of 287.2º 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 #9918BC is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 24 188 -
CMYK 0.19 0.87 0 0.26
HSL 287.2º 0.77% 0.42% -
HSV(B) 287.2º 0.87% 0.74% -
XYZ 22.54 11.06 48.52 -
YUV 81.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 153 24 188 0.19 0.87 0 0.26 287.2 0.77 0.42
Hex 99 18 BC 13 57 0 1A 11F 4D 2A
Octal 231 30 274 23 127 0 32 437 115 52
Binary 10011001 11000 10111100 10011 1010111 0 11010 100011111 1001101 101010

Color Harmonies of #9918BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9918BC

Black with #9918BC

Text Example


Text Example

White with #9918BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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