Html Css Color HEX #9F29BE Dark Orchid

📋 copy color: '#9F29BE'

red 159 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #9F29BE

Tints of Dark Orchid #9F29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 40.77%
G = 10.51%
B = 48.72%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F29BE (or 0x9F29BE) is known color: Dark Orchid. HEX triplet: 9F, 29 and BE. RGB value is (159,41,190). Sum of RGB (Red+Green+Blue) = 159+41+190=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F29BE is #60D641. Grayscale: #5C5C5C. Windows color (decimal): -6346306 or 12462495. OLE color: 12462495.

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

Color convert

RGB 159 41 190 -
CMYK 0.16 0.78 0 0.25
HSL 287.52º 0.65% 0.45% -
HSV(B) 287.52º 0.78% 0.75% -
XYZ 24.39 12.67 49.88 -
YUV 93.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 159 41 190 0.16 0.78 0 0.25 287.52 0.65 0.45
Hex 9F 29 BE 10 4E 0 19 120 41 2D
Octal 237 51 276 20 116 0 31 440 101 55
Binary 10011111 101001 10111110 10000 1001110 0 11001 100100000 1000001 101101

Color Harmonies of #9F29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F29BE

Black with #9F29BE

Text Example


Text Example

White with #9F29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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