Html Css Color HEX #9F23BE Dark Orchid

📋 copy color: '#9F23BE'

red 159 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #9F23BE

Tints of Dark Orchid #9F23BE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.11%

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

R = 41.41%
G = 9.11%
B = 49.48%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F23BE (or 0x9F23BE) is known color: Dark Orchid. HEX triplet: 9F, 23 and BE. RGB value is (159,35,190). Sum of RGB (Red+Green+Blue) = 159+35+190=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F23BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F23BE is #60DC41. Grayscale: #595959. Windows color (decimal): -6347842 or 12460959. OLE color: 12460959.

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

Color convert

RGB 159 35 190 -
CMYK 0.16 0.82 0 0.25
HSL 288º 0.69% 0.44% -
HSV(B) 288º 0.82% 0.75% -
XYZ 24.19 12.29 49.81 -
YUV 89.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 159 35 190 0.16 0.82 0 0.25 288 0.69 0.44
Hex 9F 23 BE 10 52 0 19 120 45 2C
Octal 237 43 276 20 122 0 31 440 105 54
Binary 10011111 100011 10111110 10000 1010010 0 11001 100100000 1000101 101100

Color Harmonies of #9F23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F23BE

Black with #9F23BE

Text Example


Text Example

White with #9F23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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