Html Css Color HEX #8B1ABE Dark Orchid

📋 copy color: '#8B1ABE'

red 139 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #8B1ABE

Tints of Dark Orchid #8B1ABE

RGB

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

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

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

R = 39.15%
G = 7.32%
B = 53.52%

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

#8B1ABE (or 0x8B1ABE) is known color: Dark Orchid. HEX triplet: 8B, 1A and BE. RGB value is (139,26,190). Sum of RGB (Red+Green+Blue) = 139+26+190=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1ABE is #74E541. Grayscale: #4D4D4D. Windows color (decimal): -7660866 or 12458635. OLE color: 12458635.

HSL color Cylindrical-coordinate representation of color #8B1ABE: hue angle of 281.34º 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 #8B1ABE is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 26 190 -
CMYK 0.27 0.86 0 0.25
HSL 281.34º 0.76% 0.42% -
HSV(B) 281.34º 0.86% 0.75% -
XYZ 20.31 9.95 49.56 -
YUV 78.48 190.94 171.16 -
System Red Green Blue C M Y K H S L
Decimal 139 26 190 0.27 0.86 0 0.25 281.34 0.76 0.42
Hex 8B 1A BE 1B 56 0 19 119 4C 2A
Octal 213 32 276 33 126 0 31 431 114 52
Binary 10001011 11010 10111110 11011 1010110 0 11001 100011001 1001100 101010

Color Harmonies of #8B1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1ABE

Black with #8B1ABE

Text Example


Text Example

White with #8B1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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