Html Css Color HEX #8F38CE Dark Orchid

📋 copy color: '#8F38CE'

red 143 ◦ green 56 ◦ blue 206

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

Shades of Dark Orchid #8F38CE

Tints of Dark Orchid #8F38CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.83%

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

R = 35.31%
G = 13.83%
B = 50.86%

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

#8F38CE (or 0x8F38CE) is known color: Dark Orchid. HEX triplet: 8F, 38 and CE. RGB value is (143,56,206). Sum of RGB (Red+Green+Blue) = 143+56+206=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F38CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F38CE is #70C731. Grayscale: #626262. Windows color (decimal): -7391026 or 13514895. OLE color: 13514895.

HSL color Cylindrical-coordinate representation of color #8F38CE: hue angle of 274.8º degrees, saturation: 0.6, 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 #8F38CE is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 56 206 -
CMYK 0.31 0.73 0 0.19
HSL 274.8º 0.6% 0.51% -
HSV(B) 274.8º 0.73% 0.81% -
XYZ 23.88 13.12 59.67 -
YUV 99.11 188.32 159.3 -
System Red Green Blue C M Y K H S L
Decimal 143 56 206 0.31 0.73 0 0.19 274.8 0.6 0.51
Hex 8F 38 CE 1F 49 0 13 113 3C 33
Octal 217 70 316 37 111 0 23 423 74 63
Binary 10001111 111000 11001110 11111 1001001 0 10011 100010011 111100 110011

Color Harmonies of #8F38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F38CE

Black with #8F38CE

Text Example


Text Example

White with #8F38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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