Html Css Color HEX #9F1AAB Dark Orchid

📋 copy color: '#9F1AAB'

red 159 ◦ green 26 ◦ blue 171

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

Shades of Dark Orchid #9F1AAB

Tints of Dark Orchid #9F1AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 44.66%
G = 7.3%
B = 48.03%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F1AAB (or 0x9F1AAB) is known color: Dark Orchid. HEX triplet: 9F, 1A and AB. RGB value is (159,26,171). Sum of RGB (Red+Green+Blue) = 159+26+171=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F1AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1AAB is #60E554. Grayscale: #515151. Windows color (decimal): -6350165 or 11213471. OLE color: 11213471.

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

Color convert

RGB 159 26 171 -
CMYK 0.07 0.85 0 0.33
HSL 295.03º 0.74% 0.39% -
HSV(B) 295.03º 0.85% 0.67% -
XYZ 22.02 11.05 39.5 -
YUV 82.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 159 26 171 0.07 0.85 0 0.33 295.03 0.74 0.39
Hex 9F 1A AB 7 55 0 21 127 4A 27
Octal 237 32 253 7 125 0 41 447 112 47
Binary 10011111 11010 10101011 111 1010101 0 100001 100100111 1001010 100111

Color Harmonies of #9F1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1AAB

Black with #9F1AAB

Text Example


Text Example

White with #9F1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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