Html Css Color HEX #9018BE Dark Orchid

📋 copy color: '#9018BE'

red 144 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #9018BE

Tints of Dark Orchid #9018BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 40.22%
G = 6.7%
B = 53.07%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9018BE (or 0x9018BE) is known color: Dark Orchid. HEX triplet: 90, 18 and BE. RGB value is (144,24,190). Sum of RGB (Red+Green+Blue) = 144+24+190=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #9018BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018BE is #6FE741. Grayscale: #4E4E4E. Windows color (decimal): -7333698 or 12458128. OLE color: 12458128.

HSL color Cylindrical-coordinate representation of color #9018BE: hue angle of 283.37º 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 #9018BE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 24 190 -
CMYK 0.24 0.87 0 0.25
HSL 283.37º 0.78% 0.42% -
HSV(B) 283.37º 0.87% 0.75% -
XYZ 21.12 10.3 49.59 -
YUV 78.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 144 24 190 0.24 0.87 0 0.25 283.37 0.78 0.42
Hex 90 18 BE 18 57 0 19 11B 4E 2A
Octal 220 30 276 30 127 0 31 433 116 52
Binary 10010000 11000 10111110 11000 1010111 0 11001 100011011 1001110 101010

Color Harmonies of #9018BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9018BE

Black with #9018BE

Text Example


Text Example

White with #9018BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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