Html Css Color HEX #8F40CD Dark Orchid

📋 copy color: '#8F40CD'

red 143 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #8F40CD

Tints of Dark Orchid #8F40CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 34.71%
G = 15.53%
B = 49.76%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F40CD (or 0x8F40CD) is known color: Dark Orchid. HEX triplet: 8F, 40 and CD. RGB value is (143,64,205). Sum of RGB (Red+Green+Blue) = 143+64+205=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F40CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F40CD is #70BF32. Grayscale: #676767. Windows color (decimal): -7388979 or 13451407. OLE color: 13451407.

HSL color Cylindrical-coordinate representation of color #8F40CD: hue angle of 273.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F40CD is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 64 205 -
CMYK 0.30 0.69 0 0.20
HSL 273.62º 0.59% 0.53% -
HSV(B) 273.62º 0.69% 0.8% -
XYZ 24.18 13.91 59.17 -
YUV 103.7 185.17 156.04 -
System Red Green Blue C M Y K H S L
Decimal 143 64 205 0.30 0.69 0 0.20 273.62 0.59 0.53
Hex 8F 40 CD 1E 45 0 14 112 3B 35
Octal 217 100 315 36 105 0 24 422 73 65
Binary 10001111 1000000 11001101 11110 1000101 0 10100 100010010 111011 110101

Color Harmonies of #8F40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F40CD

Black with #8F40CD

Text Example


Text Example

White with #8F40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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