Html Css Color HEX #9F24BE Dark Orchid

📋 copy color: '#9F24BE'

red 159 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #9F24BE

Tints of Dark Orchid #9F24BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.35%

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

R = 41.3%
G = 9.35%
B = 49.35%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F24BE (or 0x9F24BE) is known color: Dark Orchid. HEX triplet: 9F, 24 and BE. RGB value is (159,36,190). Sum of RGB (Red+Green+Blue) = 159+36+190=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F24BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F24BE is #60DB41. Grayscale: #595959. Windows color (decimal): -6347586 or 12461215. OLE color: 12461215.

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

Color convert

RGB 159 36 190 -
CMYK 0.16 0.81 0 0.25
HSL 287.92º 0.68% 0.44% -
HSV(B) 287.92º 0.81% 0.75% -
XYZ 24.22 12.35 49.82 -
YUV 90.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 159 36 190 0.16 0.81 0 0.25 287.92 0.68 0.44
Hex 9F 24 BE 10 51 0 19 120 44 2C
Octal 237 44 276 20 121 0 31 440 104 54
Binary 10011111 100100 10111110 10000 1010001 0 11001 100100000 1000100 101100

Color Harmonies of #9F24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F24BE

Black with #9F24BE

Text Example


Text Example

White with #9F24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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