Html Css Color HEX #9F29AB Dark Orchid

📋 copy color: '#9F29AB'

red 159 ◦ green 41 ◦ blue 171

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

Shades of Dark Orchid #9F29AB

Tints of Dark Orchid #9F29AB

RGB

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

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

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

R = 42.86%
G = 11.05%
B = 46.09%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F29AB (or 0x9F29AB) is known color: Dark Orchid. HEX triplet: 9F, 29 and AB. RGB value is (159,41,171). Sum of RGB (Red+Green+Blue) = 159+41+171=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F29AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F29AB is #60D654. Grayscale: #5A5A5A. Windows color (decimal): -6346325 or 11217311. OLE color: 11217311.

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

Color convert

RGB 159 41 171 -
CMYK 0.07 0.76 0 0.33
HSL 294.46º 0.61% 0.42% -
HSV(B) 294.46º 0.76% 0.67% -
XYZ 22.44 11.9 39.64 -
YUV 91.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 159 41 171 0.07 0.76 0 0.33 294.46 0.61 0.42
Hex 9F 29 AB 7 4C 0 21 126 3D 2A
Octal 237 51 253 7 114 0 41 446 75 52
Binary 10011111 101001 10101011 111 1001100 0 100001 100100110 111101 101010

Color Harmonies of #9F29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F29AB

Black with #9F29AB

Text Example


Text Example

White with #9F29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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