Html Css Color HEX #8F26AE Dark Orchid

📋 copy color: '#8F26AE'

red 143 ◦ green 38 ◦ blue 174

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

Shades of Dark Orchid #8F26AE

Tints of Dark Orchid #8F26AE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.7%

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

R = 40.28%
G = 10.7%
B = 49.01%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F26AE (or 0x8F26AE) is known color: Dark Orchid. HEX triplet: 8F, 26 and AE. RGB value is (143,38,174). Sum of RGB (Red+Green+Blue) = 143+38+174=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F26AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F26AE is #70D951. Grayscale: #545454. Windows color (decimal): -7395666 or 11413135. OLE color: 11413135.

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

Color convert

RGB 143 38 174 -
CMYK 0.18 0.78 0 0.32
HSL 286.32º 0.64% 0.42% -
HSV(B) 286.32º 0.78% 0.68% -
XYZ 19.66 10.28 40.99 -
YUV 84.9 178.29 169.44 -
System Red Green Blue C M Y K H S L
Decimal 143 38 174 0.18 0.78 0 0.32 286.32 0.64 0.42
Hex 8F 26 AE 12 4E 0 20 11E 40 2A
Octal 217 46 256 22 116 0 40 436 100 52
Binary 10001111 100110 10101110 10010 1001110 0 100000 100011110 1000000 101010

Color Harmonies of #8F26AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F26AE

Black with #8F26AE

Text Example


Text Example

White with #8F26AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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