Html Css Color HEX #8F40BF Dark Orchid

📋 copy color: '#8F40BF'

red 143 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #8F40BF

Tints of Dark Orchid #8F40BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.08%

 BLUE value IS 191 (75% from 255) = 47.99%

R = 35.93%
G = 16.08%
B = 47.99%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F40BF (or 0x8F40BF) is known color: Dark Orchid. HEX triplet: 8F, 40 and BF. RGB value is (143,64,191). Sum of RGB (Red+Green+Blue) = 143+64+191=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F40BF is #70BF40. Grayscale: #656565. Windows color (decimal): -7388993 or 12533903. OLE color: 12533903.

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

Color convert

RGB 143 64 191 -
CMYK 0.25 0.66 0 0.25
HSL 277.32º 0.5% 0.5% -
HSV(B) 277.32º 0.66% 0.75% -
XYZ 22.57 13.27 50.66 -
YUV 102.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 143 64 191 0.25 0.66 0 0.25 277.32 0.5 0.5
Hex 8F 40 BF 19 42 0 19 115 32 32
Octal 217 100 277 31 102 0 31 425 62 62
Binary 10001111 1000000 10111111 11001 1000010 0 11001 100010101 110010 110010

Color Harmonies of #8F40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F40BF

Black with #8F40BF

Text Example


Text Example

White with #8F40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,64,191); }

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

background-color css

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

 a { background-color: rgb(143,64,191); }

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

border-color css

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

 span { border-color: rgb(143,64,191); }

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