Html Css Color HEX #8F25AE Dark Orchid

📋 copy color: '#8F25AE'

red 143 ◦ green 37 ◦ blue 174

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

Shades of Dark Orchid #8F25AE

Tints of Dark Orchid #8F25AE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.45%

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 40.4%
G = 10.45%
B = 49.15%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F25AE (or 0x8F25AE) is known color: Dark Orchid. HEX triplet: 8F, 25 and AE. RGB value is (143,37,174). Sum of RGB (Red+Green+Blue) = 143+37+174=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F25AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F25AE is #70DA51. Grayscale: #535353. Windows color (decimal): -7395922 or 11412879. OLE color: 11412879.

HSL color Cylindrical-coordinate representation of color #8F25AE: hue angle of 286.42º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F25AE is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 37 174 -
CMYK 0.18 0.79 0 0.32
HSL 286.42º 0.65% 0.41% -
HSV(B) 286.42º 0.79% 0.68% -
XYZ 19.63 10.22 40.98 -
YUV 84.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 143 37 174 0.18 0.79 0 0.32 286.42 0.65 0.41
Hex 8F 25 AE 12 4F 0 20 11E 41 29
Octal 217 45 256 22 117 0 40 436 101 51
Binary 10001111 100101 10101110 10010 1001111 0 100000 100011110 1000001 101001

Color Harmonies of #8F25AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F25AE

Black with #8F25AE

Text Example


Text Example

White with #8F25AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,37,174); }

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

background-color css

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

 a { background-color: rgb(143,37,174); }

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

border-color css

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

 span { border-color: rgb(143,37,174); }

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