Html Css Color HEX #8F26AD Dark Orchid

📋 copy color: '#8F26AD'

red 143 ◦ green 38 ◦ blue 173

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

Shades of Dark Orchid #8F26AD

Tints of Dark Orchid #8F26AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.87%

R = 40.4%
G = 10.73%
B = 48.87%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F26AD (or 0x8F26AD) is known color: Dark Orchid. HEX triplet: 8F, 26 and AD. RGB value is (143,38,173). Sum of RGB (Red+Green+Blue) = 143+38+173=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F26AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F26AD is #70D952. Grayscale: #545454. Windows color (decimal): -7395667 or 11347599. OLE color: 11347599.

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

Color convert

RGB 143 38 173 -
CMYK 0.17 0.78 0 0.32
HSL 286.67º 0.64% 0.41% -
HSV(B) 286.67º 0.78% 0.68% -
XYZ 19.56 10.24 40.48 -
YUV 84.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 143 38 173 0.17 0.78 0 0.32 286.67 0.64 0.41
Hex 8F 26 AD 11 4E 0 20 11F 40 29
Octal 217 46 255 21 116 0 40 437 100 51
Binary 10001111 100110 10101101 10001 1001110 0 100000 100011111 1000000 101001

Color Harmonies of #8F26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F26AD

Black with #8F26AD

Text Example


Text Example

White with #8F26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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