Html Css Color HEX #9018BD Dark Orchid

📋 copy color: '#9018BD'

red 144 ◦ green 24 ◦ blue 189

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

Shades of Dark Orchid #9018BD

Tints of Dark Orchid #9018BD

RGB

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

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

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

R = 40.34%
G = 6.72%
B = 52.94%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9018BD (or 0x9018BD) is known color: Dark Orchid. HEX triplet: 90, 18 and BD. RGB value is (144,24,189). Sum of RGB (Red+Green+Blue) = 144+24+189=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #9018BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018BD is #6FE742. Grayscale: #4E4E4E. Windows color (decimal): -7333699 or 12392592. OLE color: 12392592.

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

Color convert

RGB 144 24 189 -
CMYK 0.24 0.87 0 0.26
HSL 283.64º 0.77% 0.42% -
HSV(B) 283.64º 0.87% 0.74% -
XYZ 21.01 10.26 49.02 -
YUV 78.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 144 24 189 0.24 0.87 0 0.26 283.64 0.77 0.42
Hex 90 18 BD 18 57 0 1A 11C 4D 2A
Octal 220 30 275 30 127 0 32 434 115 52
Binary 10010000 11000 10111101 11000 1010111 0 11010 100011100 1001101 101010

Color Harmonies of #9018BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9018BD

Black with #9018BD

Text Example


Text Example

White with #9018BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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