Html Css Color HEX #9F24BA Dark Orchid

📋 copy color: '#9F24BA'

red 159 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #9F24BA

Tints of Dark Orchid #9F24BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 41.73%
G = 9.45%
B = 48.82%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F24BA (or 0x9F24BA) is known color: Dark Orchid. HEX triplet: 9F, 24 and BA. RGB value is (159,36,186). Sum of RGB (Red+Green+Blue) = 159+36+186=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F24BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F24BA is #60DB45. Grayscale: #595959. Windows color (decimal): -6347590 or 12199071. OLE color: 12199071.

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

Color convert

RGB 159 36 186 -
CMYK 0.15 0.81 0 0.27
HSL 289.2º 0.68% 0.44% -
HSV(B) 289.2º 0.81% 0.73% -
XYZ 23.79 12.18 47.55 -
YUV 89.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 159 36 186 0.15 0.81 0 0.27 289.2 0.68 0.44
Hex 9F 24 BA F 51 0 1B 121 44 2C
Octal 237 44 272 17 121 0 33 441 104 54
Binary 10011111 100100 10111010 1111 1010001 0 11011 100100001 1000100 101100

Color Harmonies of #9F24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F24BA

Black with #9F24BA

Text Example


Text Example

White with #9F24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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