Html Css Color HEX #8F45CE Dark Orchid

📋 copy color: '#8F45CE'

red 143 ◦ green 69 ◦ blue 206

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

Shades of Dark Orchid #8F45CE

Tints of Dark Orchid #8F45CE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 34.21%
G = 16.51%
B = 49.28%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F45CE (or 0x8F45CE) is known color: Dark Orchid. HEX triplet: 8F, 45 and CE. RGB value is (143,69,206). Sum of RGB (Red+Green+Blue) = 143+69+206=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F45CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F45CE is #70BA31. Grayscale: #6A6A6A. Windows color (decimal): -7387698 or 13518223. OLE color: 13518223.

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

Color convert

RGB 143 69 206 -
CMYK 0.31 0.67 0 0.19
HSL 272.41º 0.58% 0.54% -
HSV(B) 272.41º 0.67% 0.81% -
XYZ 24.6 14.55 59.9 -
YUV 106.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 143 69 206 0.31 0.67 0 0.19 272.41 0.58 0.54
Hex 8F 45 CE 1F 43 0 13 110 3A 36
Octal 217 105 316 37 103 0 23 420 72 66
Binary 10001111 1000101 11001110 11111 1000011 0 10011 100010000 111010 110110

Color Harmonies of #8F45CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F45CE

Black with #8F45CE

Text Example


Text Example

White with #8F45CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,69,206); }

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

background-color css

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

 a { background-color: rgb(143,69,206); }

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

border-color css

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

 span { border-color: rgb(143,69,206); }

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