Html Css Color HEX #8F2ABC Dark Orchid

📋 copy color: '#8F2ABC'

red 143 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #8F2ABC

Tints of Dark Orchid #8F2ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 38.34%
G = 11.26%
B = 50.4%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F2ABC (or 0x8F2ABC) is known color: Dark Orchid. HEX triplet: 8F, 2A and BC. RGB value is (143,42,188). Sum of RGB (Red+Green+Blue) = 143+42+188=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F2ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2ABC is #70D543. Grayscale: #585858. Windows color (decimal): -7394628 or 12331663. OLE color: 12331663.

HSL color Cylindrical-coordinate representation of color #8F2ABC: hue angle of 281.51º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2ABC is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 42 188 -
CMYK 0.24 0.78 0 0.26
HSL 281.51º 0.63% 0.45% -
HSV(B) 281.51º 0.78% 0.74% -
XYZ 21.23 11.13 48.61 -
YUV 88.84 183.96 166.63 -
System Red Green Blue C M Y K H S L
Decimal 143 42 188 0.24 0.78 0 0.26 281.51 0.63 0.45
Hex 8F 2A BC 18 4E 0 1A 11A 3F 2D
Octal 217 52 274 30 116 0 32 432 77 55
Binary 10001111 101010 10111100 11000 1001110 0 11010 100011010 111111 101101

Color Harmonies of #8F2ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2ABC

Black with #8F2ABC

Text Example


Text Example

White with #8F2ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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