Html Css Color HEX #8A1ABE Dark Orchid

📋 copy color: '#8A1ABE'

red 138 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #8A1ABE

Tints of Dark Orchid #8A1ABE

RGB

 RED value IS 138 (54.3% from 255) = 38.98%

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

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 38.98%
G = 7.34%
B = 53.67%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A1ABE (or 0x8A1ABE) is known color: Dark Orchid. HEX triplet: 8A, 1A and BE. RGB value is (138,26,190). Sum of RGB (Red+Green+Blue) = 138+26+190=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1ABE is #75E541. Grayscale: #4D4D4D. Windows color (decimal): -7726402 or 12458634. OLE color: 12458634.

HSL color Cylindrical-coordinate representation of color #8A1ABE: hue angle of 280.98º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1ABE is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 26 190 -
CMYK 0.27 0.86 0 0.25
HSL 280.98º 0.76% 0.42% -
HSV(B) 280.98º 0.86% 0.75% -
XYZ 20.14 9.86 49.56 -
YUV 78.18 191.11 170.66 -
System Red Green Blue C M Y K H S L
Decimal 138 26 190 0.27 0.86 0 0.25 280.98 0.76 0.42
Hex 8A 1A BE 1B 56 0 19 119 4C 2A
Octal 212 32 276 33 126 0 31 431 114 52
Binary 10001010 11010 10111110 11011 1010110 0 11001 100011001 1001100 101010

Color Harmonies of #8A1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1ABE

Black with #8A1ABE

Text Example


Text Example

White with #8A1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,190); }

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

background-color css

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

 a { background-color: rgb(138,26,190); }

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

border-color css

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

 span { border-color: rgb(138,26,190); }

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