Html Css Color HEX #9118AF Dark Orchid

📋 copy color: '#9118AF'

red 145 ◦ green 24 ◦ blue 175

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

Shades of Dark Orchid #9118AF

Tints of Dark Orchid #9118AF

RGB

 RED value IS 145 (57.03% from 255) = 42.15%

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

 BLUE value IS 175 (68.75% from 255) = 50.87%

R = 42.15%
G = 6.98%
B = 50.87%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9118AF (or 0x9118AF) is known color: Dark Orchid. HEX triplet: 91, 18 and AF. RGB value is (145,24,175). Sum of RGB (Red+Green+Blue) = 145+24+175=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #9118AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9118AF is #6EE750. Grayscale: #4C4C4C. Windows color (decimal): -7268177 or 11475089. OLE color: 11475089.

HSL color Cylindrical-coordinate representation of color #9118AF: hue angle of 288.08º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9118AF is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 24 175 -
CMYK 0.17 0.86 0 0.31
HSL 288.08º 0.76% 0.39% -
HSV(B) 288.08º 0.86% 0.69% -
XYZ 19.74 9.77 41.4 -
YUV 77.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 145 24 175 0.17 0.86 0 0.31 288.08 0.76 0.39
Hex 91 18 AF 11 56 0 1F 120 4C 27
Octal 221 30 257 21 126 0 37 440 114 47
Binary 10010001 11000 10101111 10001 1010110 0 11111 100100000 1001100 100111

Color Harmonies of #9118AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9118AF

Black with #9118AF

Text Example


Text Example

White with #9118AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9118AF; }

 p { color: rgb(145,24,175); }

 H1.HeaderClassName
 {
   color: #9118AF;
 }
 .AnyTagClassName
 {
   color: #9118AF;
 }
</style>

background-color css

<style>
 a { background-color: #9118AF; }

 a { background-color: rgb(145,24,175); }

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

border-color css

<style>
 span { border-color: #9118AF; }

 span { border-color: rgb(145,24,175); }

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