Html Css Color HEX #8F2ABE Dark Orchid

📋 copy color: '#8F2ABE'

red 143 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #8F2ABE

Tints of Dark Orchid #8F2ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 38.13%
G = 11.2%
B = 50.67%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F2ABE (or 0x8F2ABE) is known color: Dark Orchid. HEX triplet: 8F, 2A and BE. RGB value is (143,42,190). Sum of RGB (Red+Green+Blue) = 143+42+190=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2ABE is #70D541. Grayscale: #585858. Windows color (decimal): -7394626 or 12462735. OLE color: 12462735.

HSL color Cylindrical-coordinate representation of color #8F2ABE: hue angle of 280.95º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2ABE is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 42 190 -
CMYK 0.25 0.78 0 0.25
HSL 280.95º 0.64% 0.45% -
HSV(B) 280.95º 0.78% 0.75% -
XYZ 21.45 11.21 49.75 -
YUV 89.07 184.96 166.47 -
System Red Green Blue C M Y K H S L
Decimal 143 42 190 0.25 0.78 0 0.25 280.95 0.64 0.45
Hex 8F 2A BE 19 4E 0 19 119 40 2D
Octal 217 52 276 31 116 0 31 431 100 55
Binary 10001111 101010 10111110 11001 1001110 0 11001 100011001 1000000 101101

Color Harmonies of #8F2ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2ABE

Black with #8F2ABE

Text Example


Text Example

White with #8F2ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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