Html Css Color HEX #9018BF Dark Orchid

📋 copy color: '#9018BF'

red 144 ◦ green 24 ◦ blue 191

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

Shades of Dark Orchid #9018BF

Tints of Dark Orchid #9018BF

RGB

 RED value IS 144 (56.64% from 255) = 40.11%

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

 BLUE value IS 191 (75% from 255) = 53.2%

R = 40.11%
G = 6.69%
B = 53.2%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9018BF (or 0x9018BF) is known color: Dark Orchid. HEX triplet: 90, 18 and BF. RGB value is (144,24,191). Sum of RGB (Red+Green+Blue) = 144+24+191=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #9018BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018BF is #6FE740. Grayscale: #4E4E4E. Windows color (decimal): -7333697 or 12523664. OLE color: 12523664.

HSL color Cylindrical-coordinate representation of color #9018BF: hue angle of 283.11º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9018BF is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 24 191 -
CMYK 0.25 0.87 0 0.25
HSL 283.11º 0.78% 0.42% -
HSV(B) 283.11º 0.87% 0.75% -
XYZ 21.23 10.34 50.17 -
YUV 78.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 144 24 191 0.25 0.87 0 0.25 283.11 0.78 0.42
Hex 90 18 BF 19 57 0 19 11B 4E 2A
Octal 220 30 277 31 127 0 31 433 116 52
Binary 10010000 11000 10111111 11001 1010111 0 11001 100011011 1001110 101010

Color Harmonies of #9018BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9018BF

Black with #9018BF

Text Example


Text Example

White with #9018BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9018BF; }

 p { color: rgb(144,24,191); }

 H1.HeaderClassName
 {
   color: #9018BF;
 }
 .AnyTagClassName
 {
   color: #9018BF;
 }
</style>

background-color css

<style>
 a { background-color: #9018BF; }

 a { background-color: rgb(144,24,191); }

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

border-color css

<style>
 span { border-color: #9018BF; }

 span { border-color: rgb(144,24,191); }

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