Html Css Color HEX #9F23AD Dark Orchid

📋 copy color: '#9F23AD'

red 159 ◦ green 35 ◦ blue 173

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

Shades of Dark Orchid #9F23AD

Tints of Dark Orchid #9F23AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 43.32%
G = 9.54%
B = 47.14%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F23AD (or 0x9F23AD) is known color: Dark Orchid. HEX triplet: 9F, 23 and AD. RGB value is (159,35,173). Sum of RGB (Red+Green+Blue) = 159+35+173=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F23AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F23AD is #60DC52. Grayscale: #575757. Windows color (decimal): -6347859 or 11346847. OLE color: 11346847.

HSL color Cylindrical-coordinate representation of color #9F23AD: hue angle of 293.91º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F23AD is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 35 173 -
CMYK 0.08 0.80 0 0.32
HSL 293.91º 0.66% 0.41% -
HSV(B) 293.91º 0.8% 0.68% -
XYZ 22.44 11.59 40.59 -
YUV 87.81 176.08 178.78 -
System Red Green Blue C M Y K H S L
Decimal 159 35 173 0.08 0.80 0 0.32 293.91 0.66 0.41
Hex 9F 23 AD 8 50 0 20 126 42 29
Octal 237 43 255 10 120 0 40 446 102 51
Binary 10011111 100011 10101101 1000 1010000 0 100000 100100110 1000010 101001

Color Harmonies of #9F23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F23AD

Black with #9F23AD

Text Example


Text Example

White with #9F23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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