Html Css Color HEX #8F43CD Dark Orchid

📋 copy color: '#8F43CD'

red 143 ◦ green 67 ◦ blue 205

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

Shades of Dark Orchid #8F43CD

Tints of Dark Orchid #8F43CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.14%

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

R = 34.46%
G = 16.14%
B = 49.4%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F43CD (or 0x8F43CD) is known color: Dark Orchid. HEX triplet: 8F, 43 and CD. RGB value is (143,67,205). Sum of RGB (Red+Green+Blue) = 143+67+205=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F43CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F43CD is #70BC32. Grayscale: #686868. Windows color (decimal): -7388211 or 13452175. OLE color: 13452175.

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

Color convert

RGB 143 67 205 -
CMYK 0.30 0.67 0 0.20
HSL 273.04º 0.58% 0.53% -
HSV(B) 273.04º 0.67% 0.8% -
XYZ 24.35 14.26 59.23 -
YUV 105.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 143 67 205 0.30 0.67 0 0.20 273.04 0.58 0.53
Hex 8F 43 CD 1E 43 0 14 111 3A 35
Octal 217 103 315 36 103 0 24 421 72 65
Binary 10001111 1000011 11001101 11110 1000011 0 10100 100010001 111010 110101

Color Harmonies of #8F43CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F43CD

Black with #8F43CD

Text Example


Text Example

White with #8F43CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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