Html Css Color HEX #8F40CF Dark Orchid

📋 copy color: '#8F40CF'

red 143 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #8F40CF

Tints of Dark Orchid #8F40CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 34.54%
G = 15.46%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F40CF (or 0x8F40CF) is known color: Dark Orchid. HEX triplet: 8F, 40 and CF. RGB value is (143,64,207). Sum of RGB (Red+Green+Blue) = 143+64+207=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F40CF is #70BF30. Grayscale: #676767. Windows color (decimal): -7388977 or 13582479. OLE color: 13582479.

HSL color Cylindrical-coordinate representation of color #8F40CF: hue angle of 273.15º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F40CF is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 64 207 -
CMYK 0.31 0.69 0 0.19
HSL 273.15º 0.6% 0.53% -
HSV(B) 273.15º 0.69% 0.81% -
XYZ 24.42 14.01 60.45 -
YUV 103.92 186.17 155.87 -
System Red Green Blue C M Y K H S L
Decimal 143 64 207 0.31 0.69 0 0.19 273.15 0.6 0.53
Hex 8F 40 CF 1F 45 0 13 111 3C 35
Octal 217 100 317 37 105 0 23 421 74 65
Binary 10001111 1000000 11001111 11111 1000101 0 10011 100010001 111100 110101

Color Harmonies of #8F40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F40CF

Black with #8F40CF

Text Example


Text Example

White with #8F40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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