Html Css Color HEX #8F1ECA Dark Orchid

📋 copy color: '#8F1ECA'

red 143 ◦ green 30 ◦ blue 202

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

Shades of Dark Orchid #8F1ECA

Tints of Dark Orchid #8F1ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8%

 BLUE value IS 202 (79.3% from 255) = 53.87%

R = 38.13%
G = 8%
B = 53.87%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F1ECA (or 0x8F1ECA) is known color: Dark Orchid. HEX triplet: 8F, 1E and CA. RGB value is (143,30,202). Sum of RGB (Red+Green+Blue) = 143+30+202=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F1ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1ECA is #70E135. Grayscale: #525252. Windows color (decimal): -7397686 or 13246095. OLE color: 13246095.

HSL color Cylindrical-coordinate representation of color #8F1ECA: hue angle of 279.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1ECA is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 30 202 -
CMYK 0.29 0.85 0 0.21
HSL 279.42º 0.74% 0.45% -
HSV(B) 279.42º 0.85% 0.79% -
XYZ 22.45 11.03 56.82 -
YUV 83.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 143 30 202 0.29 0.85 0 0.21 279.42 0.74 0.45
Hex 8F 1E CA 1D 55 0 15 117 4A 2D
Octal 217 36 312 35 125 0 25 427 112 55
Binary 10001111 11110 11001010 11101 1010101 0 10101 100010111 1001010 101101

Color Harmonies of #8F1ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1ECA

Black with #8F1ECA

Text Example


Text Example

White with #8F1ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,30,202); }

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

background-color css

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

 a { background-color: rgb(143,30,202); }

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

border-color css

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

 span { border-color: rgb(143,30,202); }

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