Html Css Color HEX #8F37CE Dark Orchid

📋 copy color: '#8F37CE'

red 143 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #8F37CE

Tints of Dark Orchid #8F37CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.61%

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

R = 35.4%
G = 13.61%
B = 50.99%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F37CE (or 0x8F37CE) is known color: Dark Orchid. HEX triplet: 8F, 37 and CE. RGB value is (143,55,206). Sum of RGB (Red+Green+Blue) = 143+55+206=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F37CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37CE is #70C831. Grayscale: #626262. Windows color (decimal): -7391282 or 13514639. OLE color: 13514639.

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

Color convert

RGB 143 55 206 -
CMYK 0.31 0.73 0 0.19
HSL 274.97º 0.61% 0.51% -
HSV(B) 274.97º 0.73% 0.81% -
XYZ 23.83 13.03 59.65 -
YUV 98.53 188.65 159.72 -
System Red Green Blue C M Y K H S L
Decimal 143 55 206 0.31 0.73 0 0.19 274.97 0.61 0.51
Hex 8F 37 CE 1F 49 0 13 113 3D 33
Octal 217 67 316 37 111 0 23 423 75 63
Binary 10001111 110111 11001110 11111 1001001 0 10011 100010011 111101 110011

Color Harmonies of #8F37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F37CE

Black with #8F37CE

Text Example


Text Example

White with #8F37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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