Html Css Color HEX #8F2FAE Dark Orchid

📋 copy color: '#8F2FAE'

red 143 ◦ green 47 ◦ blue 174

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

Shades of Dark Orchid #8F2FAE

Tints of Dark Orchid #8F2FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

 BLUE value IS 174 (68.36% from 255) = 47.8%

R = 39.29%
G = 12.91%
B = 47.8%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F2FAE (or 0x8F2FAE) is known color: Dark Orchid. HEX triplet: 8F, 2F and AE. RGB value is (143,47,174). Sum of RGB (Red+Green+Blue) = 143+47+174=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F2FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2FAE is #70D051. Grayscale: #595959. Windows color (decimal): -7393362 or 11415439. OLE color: 11415439.

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

Color convert

RGB 143 47 174 -
CMYK 0.18 0.73 0 0.32
HSL 285.35º 0.57% 0.43% -
HSV(B) 285.35º 0.73% 0.68% -
XYZ 19.98 10.93 41.1 -
YUV 90.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 143 47 174 0.18 0.73 0 0.32 285.35 0.57 0.43
Hex 8F 2F AE 12 49 0 20 11D 39 2B
Octal 217 57 256 22 111 0 40 435 71 53
Binary 10001111 101111 10101110 10010 1001001 0 100000 100011101 111001 101011

Color Harmonies of #8F2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2FAE

Black with #8F2FAE

Text Example


Text Example

White with #8F2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,47,174); }

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

background-color css

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

 a { background-color: rgb(143,47,174); }

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

border-color css

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

 span { border-color: rgb(143,47,174); }

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