Html Css Color HEX #8F3ECF Dark Orchid

📋 copy color: '#8F3ECF'

red 143 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #8F3ECF

Tints of Dark Orchid #8F3ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.05%

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 34.71%
G = 15.05%
B = 50.24%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F3ECF (or 0x8F3ECF) is known color: Dark Orchid. HEX triplet: 8F, 3E and CF. RGB value is (143,62,207). Sum of RGB (Red+Green+Blue) = 143+62+207=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F3ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3ECF is #70C130. Grayscale: #666666. Windows color (decimal): -7389489 or 13581967. OLE color: 13581967.

HSL color Cylindrical-coordinate representation of color #8F3ECF: hue angle of 273.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F3ECF is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 62 207 -
CMYK 0.31 0.70 0 0.19
HSL 273.52º 0.6% 0.53% -
HSV(B) 273.52º 0.7% 0.81% -
XYZ 24.31 13.79 60.41 -
YUV 102.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 143 62 207 0.31 0.70 0 0.19 273.52 0.6 0.53
Hex 8F 3E CF 1F 46 0 13 112 3C 35
Octal 217 76 317 37 106 0 23 422 74 65
Binary 10001111 111110 11001111 11111 1000110 0 10011 100010010 111100 110101

Color Harmonies of #8F3ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3ECF

Black with #8F3ECF

Text Example


Text Example

White with #8F3ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,62,207); }

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

background-color css

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

 a { background-color: rgb(143,62,207); }

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

border-color css

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

 span { border-color: rgb(143,62,207); }

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