Html Css Color HEX #8926AE Dark Orchid

📋 copy color: '#8926AE'

red 137 ◦ green 38 ◦ blue 174

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

Shades of Dark Orchid #8926AE

Tints of Dark Orchid #8926AE

RGB

 RED value IS 137 (53.91% from 255) = 39.26%

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

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

R = 39.26%
G = 10.89%
B = 49.86%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8926AE (or 0x8926AE) is known color: Dark Orchid. HEX triplet: 89, 26 and AE. RGB value is (137,38,174). Sum of RGB (Red+Green+Blue) = 137+38+174=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #8926AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8926AE is #76D951. Grayscale: #525252. Windows color (decimal): -7788882 or 11413129. OLE color: 11413129.

HSL color Cylindrical-coordinate representation of color #8926AE: hue angle of 283.68º 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 #8926AE is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 38 174 -
CMYK 0.21 0.78 0 0.32
HSL 283.68º 0.64% 0.42% -
HSV(B) 283.68º 0.78% 0.68% -
XYZ 18.65 9.76 40.95 -
YUV 83.11 179.3 166.44 -
System Red Green Blue C M Y K H S L
Decimal 137 38 174 0.21 0.78 0 0.32 283.68 0.64 0.42
Hex 89 26 AE 15 4E 0 20 11C 40 2A
Octal 211 46 256 25 116 0 40 434 100 52
Binary 10001001 100110 10101110 10101 1001110 0 100000 100011100 1000000 101010

Color Harmonies of #8926AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8926AE

Black with #8926AE

Text Example


Text Example

White with #8926AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8926AE; }

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

 H1.HeaderClassName
 {
   color: #8926AE;
 }
 .AnyTagClassName
 {
   color: #8926AE;
 }
</style>

background-color css

<style>
 a { background-color: #8926AE; }

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

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

border-color css

<style>
 span { border-color: #8926AE; }

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

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