Html Css Color HEX #8F2BAE Dark Orchid

📋 copy color: '#8F2BAE'

red 143 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #8F2BAE

Tints of Dark Orchid #8F2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.94%

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

R = 39.72%
G = 11.94%
B = 48.33%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F2BAE (or 0x8F2BAE) is known color: Dark Orchid. HEX triplet: 8F, 2B and AE. RGB value is (143,43,174). Sum of RGB (Red+Green+Blue) = 143+43+174=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F2BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2BAE is #70D451. Grayscale: #575757. Windows color (decimal): -7394386 or 11414415. OLE color: 11414415.

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

Color convert

RGB 143 43 174 -
CMYK 0.18 0.75 0 0.32
HSL 285.8º 0.6% 0.43% -
HSV(B) 285.8º 0.75% 0.68% -
XYZ 19.83 10.62 41.05 -
YUV 87.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 143 43 174 0.18 0.75 0 0.32 285.8 0.6 0.43
Hex 8F 2B AE 12 4B 0 20 11E 3C 2B
Octal 217 53 256 22 113 0 40 436 74 53
Binary 10001111 101011 10101110 10010 1001011 0 100000 100011110 111100 101011

Color Harmonies of #8F2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2BAE

Black with #8F2BAE

Text Example


Text Example

White with #8F2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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