Html Css Color HEX #9F29BF Dark Orchid

📋 copy color: '#9F29BF'

red 159 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #9F29BF

Tints of Dark Orchid #9F29BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.85%

R = 40.66%
G = 10.49%
B = 48.85%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F29BF (or 0x9F29BF) is known color: Dark Orchid. HEX triplet: 9F, 29 and BF. RGB value is (159,41,191). Sum of RGB (Red+Green+Blue) = 159+41+191=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F29BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F29BF is #60D640. Grayscale: #5C5C5C. Windows color (decimal): -6346305 or 12528031. OLE color: 12528031.

HSL color Cylindrical-coordinate representation of color #9F29BF: hue angle of 287.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F29BF is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 41 191 -
CMYK 0.17 0.79 0 0.25
HSL 287.2º 0.65% 0.45% -
HSV(B) 287.2º 0.79% 0.75% -
XYZ 24.49 12.72 50.45 -
YUV 93.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 159 41 191 0.17 0.79 0 0.25 287.2 0.65 0.45
Hex 9F 29 BF 11 4F 0 19 11F 41 2D
Octal 237 51 277 21 117 0 31 437 101 55
Binary 10011111 101001 10111111 10001 1001111 0 11001 100011111 1000001 101101

Color Harmonies of #9F29BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F29BF

Black with #9F29BF

Text Example


Text Example

White with #9F29BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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