Html Css Color HEX #8F30AD Dark Orchid

📋 copy color: '#8F30AD'

red 143 ◦ green 48 ◦ blue 173

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

Shades of Dark Orchid #8F30AD

Tints of Dark Orchid #8F30AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.19%

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

R = 39.29%
G = 13.19%
B = 47.53%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F30AD (or 0x8F30AD) is known color: Dark Orchid. HEX triplet: 8F, 30 and AD. RGB value is (143,48,173). Sum of RGB (Red+Green+Blue) = 143+48+173=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F30AD is #70CF52. Grayscale: #5A5A5A. Windows color (decimal): -7393107 or 11350159. OLE color: 11350159.

HSL color Cylindrical-coordinate representation of color #8F30AD: hue angle of 285.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F30AD is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 48 173 -
CMYK 0.17 0.72 0 0.32
HSL 285.6º 0.57% 0.43% -
HSV(B) 285.6º 0.72% 0.68% -
XYZ 19.93 10.97 40.6 -
YUV 90.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 143 48 173 0.17 0.72 0 0.32 285.6 0.57 0.43
Hex 8F 30 AD 11 48 0 20 11E 39 2B
Octal 217 60 255 21 110 0 40 436 71 53
Binary 10001111 110000 10101101 10001 1001000 0 100000 100011110 111001 101011

Color Harmonies of #8F30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F30AD

Black with #8F30AD

Text Example


Text Example

White with #8F30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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