Html Css Color HEX #8F2DBE Dark Orchid

📋 copy color: '#8F2DBE'

red 143 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #8F2DBE

Tints of Dark Orchid #8F2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.9%

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

R = 37.83%
G = 11.9%
B = 50.26%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F2DBE (or 0x8F2DBE) is known color: Dark Orchid. HEX triplet: 8F, 2D and BE. RGB value is (143,45,190). Sum of RGB (Red+Green+Blue) = 143+45+190=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2DBE is #70D241. Grayscale: #5A5A5A. Windows color (decimal): -7393858 or 12463503. OLE color: 12463503.

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

Color convert

RGB 143 45 190 -
CMYK 0.25 0.76 0 0.25
HSL 280.55º 0.62% 0.46% -
HSV(B) 280.55º 0.76% 0.75% -
XYZ 21.56 11.43 49.79 -
YUV 90.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 143 45 190 0.25 0.76 0 0.25 280.55 0.62 0.46
Hex 8F 2D BE 19 4C 0 19 119 3E 2E
Octal 217 55 276 31 114 0 31 431 76 56
Binary 10001111 101101 10111110 11001 1001100 0 11001 100011001 111110 101110

Color Harmonies of #8F2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2DBE

Black with #8F2DBE

Text Example


Text Example

White with #8F2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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