Html Css Color HEX #9F29AA Dark Orchid

📋 copy color: '#9F29AA'

red 159 ◦ green 41 ◦ blue 170

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

Shades of Dark Orchid #9F29AA

Tints of Dark Orchid #9F29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.08%

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 42.97%
G = 11.08%
B = 45.95%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F29AA (or 0x9F29AA) is known color: Dark Orchid. HEX triplet: 9F, 29 and AA. RGB value is (159,41,170). Sum of RGB (Red+Green+Blue) = 159+41+170=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F29AA is #60D655. Grayscale: #5A5A5A. Windows color (decimal): -6346326 or 11151775. OLE color: 11151775.

HSL color Cylindrical-coordinate representation of color #9F29AA: hue angle of 294.88º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F29AA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 41 170 -
CMYK 0.06 0.76 0 0.33
HSL 294.88º 0.61% 0.41% -
HSV(B) 294.88º 0.76% 0.67% -
XYZ 22.35 11.86 39.14 -
YUV 90.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 159 41 170 0.06 0.76 0 0.33 294.88 0.61 0.41
Hex 9F 29 AA 6 4C 0 21 127 3D 29
Octal 237 51 252 6 114 0 41 447 75 51
Binary 10011111 101001 10101010 110 1001100 0 100001 100100111 111101 101001

Color Harmonies of #9F29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F29AA

Black with #9F29AA

Text Example


Text Example

White with #9F29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,41,170); }

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

background-color css

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

 a { background-color: rgb(159,41,170); }

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

border-color css

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

 span { border-color: rgb(159,41,170); }

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