Html Css Color HEX #8B3AB9 Dark Orchid

📋 copy color: '#8B3AB9'

red 139 ◦ green 58 ◦ blue 185

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

Shades of Dark Orchid #8B3AB9

Tints of Dark Orchid #8B3AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.18%

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 36.39%
G = 15.18%
B = 48.43%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B3AB9 (or 0x8B3AB9) is known color: Dark Orchid. HEX triplet: 8B, 3A and B9. RGB value is (139,58,185). Sum of RGB (Red+Green+Blue) = 139+58+185=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B3AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3AB9 is #74C546. Grayscale: #606060. Windows color (decimal): -7652679 or 12139147. OLE color: 12139147.

HSL color Cylindrical-coordinate representation of color #8B3AB9: hue angle of 278.27º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B3AB9 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 58 185 -
CMYK 0.25 0.69 0 0.27
HSL 278.27º 0.52% 0.48% -
HSV(B) 278.27º 0.69% 0.73% -
XYZ 20.92 12.02 47.12 -
YUV 96.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 139 58 185 0.25 0.69 0 0.27 278.27 0.52 0.48
Hex 8B 3A B9 19 45 0 1B 116 34 30
Octal 213 72 271 31 105 0 33 426 64 60
Binary 10001011 111010 10111001 11001 1000101 0 11011 100010110 110100 110000

Color Harmonies of #8B3AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3AB9

Black with #8B3AB9

Text Example


Text Example

White with #8B3AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,58,185); }

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

background-color css

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

 a { background-color: rgb(139,58,185); }

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

border-color css

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

 span { border-color: rgb(139,58,185); }

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