Html Css Color HEX #9F1AAE Dark Orchid

📋 copy color: '#9F1AAE'

red 159 ◦ green 26 ◦ blue 174

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

Shades of Dark Orchid #9F1AAE

Tints of Dark Orchid #9F1AAE

RGB

 RED value IS 159 (62.5% from 255) = 44.29%

 GREEN value IS 26 (10.55% from 255) = 7.24%

 BLUE value IS 174 (68.36% from 255) = 48.47%

R = 44.29%
G = 7.24%
B = 48.47%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F1AAE (or 0x9F1AAE) is known color: Dark Orchid. HEX triplet: 9F, 1A and AE. RGB value is (159,26,174). Sum of RGB (Red+Green+Blue) = 159+26+174=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1AAE is #60E551. Grayscale: #525252. Windows color (decimal): -6350162 or 11410079. OLE color: 11410079.

HSL color Cylindrical-coordinate representation of color #9F1AAE: hue angle of 293.92º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1AAE is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 26 174 -
CMYK 0.09 0.85 0 0.32
HSL 293.92º 0.74% 0.39% -
HSV(B) 293.92º 0.85% 0.68% -
XYZ 22.31 11.17 41.02 -
YUV 82.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 159 26 174 0.09 0.85 0 0.32 293.92 0.74 0.39
Hex 9F 1A AE 9 55 0 20 126 4A 27
Octal 237 32 256 11 125 0 40 446 112 47
Binary 10011111 11010 10101110 1001 1010101 0 100000 100100110 1001010 100111

Color Harmonies of #9F1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1AAE

Black with #9F1AAE

Text Example


Text Example

White with #9F1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F1AAE; }

 p { color: rgb(159,26,174); }

 H1.HeaderClassName
 {
   color: #9F1AAE;
 }
 .AnyTagClassName
 {
   color: #9F1AAE;
 }
</style>

background-color css

<style>
 a { background-color: #9F1AAE; }

 a { background-color: rgb(159,26,174); }

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

border-color css

<style>
 span { border-color: #9F1AAE; }

 span { border-color: rgb(159,26,174); }

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