Html Css Color HEX #8F23AD Dark Orchid

📋 copy color: '#8F23AD'

red 143 ◦ green 35 ◦ blue 173

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

Shades of Dark Orchid #8F23AD

Tints of Dark Orchid #8F23AD

RGB

 RED value IS 143 (56.25% from 255) = 40.74%

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

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

R = 40.74%
G = 9.97%
B = 49.29%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F23AD (or 0x8F23AD) is known color: Dark Orchid. HEX triplet: 8F, 23 and AD. RGB value is (143,35,173). Sum of RGB (Red+Green+Blue) = 143+35+173=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F23AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F23AD is #70DC52. Grayscale: #525252. Windows color (decimal): -7396435 or 11346831. OLE color: 11346831.

HSL color Cylindrical-coordinate representation of color #8F23AD: hue angle of 286.96º 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 #8F23AD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 35 173 -
CMYK 0.17 0.80 0 0.32
HSL 286.96º 0.66% 0.41% -
HSV(B) 286.96º 0.8% 0.68% -
XYZ 19.47 10.06 40.45 -
YUV 83.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 143 35 173 0.17 0.80 0 0.32 286.96 0.66 0.41
Hex 8F 23 AD 11 50 0 20 11F 42 29
Octal 217 43 255 21 120 0 40 437 102 51
Binary 10001111 100011 10101101 10001 1010000 0 100000 100011111 1000010 101001

Color Harmonies of #8F23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F23AD

Black with #8F23AD

Text Example


Text Example

White with #8F23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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