Html Css Color HEX #8B1AAE Dark Orchid

📋 copy color: '#8B1AAE'

red 139 ◦ green 26 ◦ blue 174

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

Shades of Dark Orchid #8B1AAE

Tints of Dark Orchid #8B1AAE

RGB

 RED value IS 139 (54.69% from 255) = 41%

 GREEN value IS 26 (10.55% from 255) = 7.67%

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

R = 41%
G = 7.67%
B = 51.33%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B1AAE (or 0x8B1AAE) is known color: Dark Orchid. HEX triplet: 8B, 1A and AE. RGB value is (139,26,174). Sum of RGB (Red+Green+Blue) = 139+26+174=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B1AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1AAE is #74E551. Grayscale: #4C4C4C. Windows color (decimal): -7660882 or 11410059. OLE color: 11410059.

HSL color Cylindrical-coordinate representation of color #8B1AAE: hue angle of 285.81º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1AAE is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 26 174 -
CMYK 0.20 0.85 0 0.32
HSL 285.81º 0.74% 0.39% -
HSV(B) 285.81º 0.85% 0.68% -
XYZ 18.66 9.28 40.85 -
YUV 76.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 139 26 174 0.20 0.85 0 0.32 285.81 0.74 0.39
Hex 8B 1A AE 14 55 0 20 11E 4A 27
Octal 213 32 256 24 125 0 40 436 112 47
Binary 10001011 11010 10101110 10100 1010101 0 100000 100011110 1001010 100111

Color Harmonies of #8B1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1AAE

Black with #8B1AAE

Text Example


Text Example

White with #8B1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,26,174); }

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

background-color css

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

 a { background-color: rgb(139,26,174); }

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

border-color css

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

 span { border-color: rgb(139,26,174); }

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