Html Css Color HEX #9119AF Dark Orchid

📋 copy color: '#9119AF'

red 145 ◦ green 25 ◦ blue 175

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

Shades of Dark Orchid #9119AF

Tints of Dark Orchid #9119AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.25%

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

R = 42.03%
G = 7.25%
B = 50.72%

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

#9119AF (or 0x9119AF) is known color: Dark Orchid. HEX triplet: 91, 19 and AF. RGB value is (145,25,175). Sum of RGB (Red+Green+Blue) = 145+25+175=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #9119AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9119AF is #6EE650. Grayscale: #4D4D4D. Windows color (decimal): -7267921 or 11475345. OLE color: 11475345.

HSL color Cylindrical-coordinate representation of color #9119AF: hue angle of 288º degrees, saturation: 0.75, 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 #9119AF is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 25 175 -
CMYK 0.17 0.86 0 0.31
HSL 288º 0.75% 0.39% -
HSV(B) 288º 0.86% 0.69% -
XYZ 19.76 9.81 41.41 -
YUV 77.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 145 25 175 0.17 0.86 0 0.31 288 0.75 0.39
Hex 91 19 AF 11 56 0 1F 120 4B 27
Octal 221 31 257 21 126 0 37 440 113 47
Binary 10010001 11001 10101111 10001 1010110 0 11111 100100000 1001011 100111

Color Harmonies of #9119AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9119AF

Black with #9119AF

Text Example


Text Example

White with #9119AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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