Html Css Color HEX #8F2AAF Dark Orchid

📋 copy color: '#8F2AAF'

red 143 ◦ green 42 ◦ blue 175

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

Shades of Dark Orchid #8F2AAF

Tints of Dark Orchid #8F2AAF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.67%

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 39.72%
G = 11.67%
B = 48.61%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8F2AAF (or 0x8F2AAF) is known color: Dark Orchid. HEX triplet: 8F, 2A and AF. RGB value is (143,42,175). Sum of RGB (Red+Green+Blue) = 143+42+175=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F2AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2AAF is #70D550. Grayscale: #565656. Windows color (decimal): -7394641 or 11479695. OLE color: 11479695.

HSL color Cylindrical-coordinate representation of color #8F2AAF: hue angle of 285.56º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2AAF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 42 175 -
CMYK 0.18 0.76 0 0.31
HSL 285.56º 0.61% 0.43% -
HSV(B) 285.56º 0.76% 0.69% -
XYZ 19.89 10.59 41.55 -
YUV 87.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 143 42 175 0.18 0.76 0 0.31 285.56 0.61 0.43
Hex 8F 2A AF 12 4C 0 1F 11E 3D 2B
Octal 217 52 257 22 114 0 37 436 75 53
Binary 10001111 101010 10101111 10010 1001100 0 11111 100011110 111101 101011

Color Harmonies of #8F2AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2AAF

Black with #8F2AAF

Text Example


Text Example

White with #8F2AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,42,175); }

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

background-color css

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

 a { background-color: rgb(143,42,175); }

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

border-color css

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

 span { border-color: rgb(143,42,175); }

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