Html Css Color HEX #8B47DC Blue Violet

📋 copy color: '#8B47DC'

red 139 ◦ green 71 ◦ blue 220

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

Shades of Blue Violet #8B47DC

Tints of Blue Violet #8B47DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.51%

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 32.33%
G = 16.51%
B = 51.16%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B47DC (or 0x8B47DC) is known color: Blue Violet. HEX triplet: 8B, 47 and DC. RGB value is (139,71,220). Sum of RGB (Red+Green+Blue) = 139+71+220=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B47DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B47DC is #74B823. Grayscale: #6B6B6B. Windows color (decimal): -7649316 or 14436235. OLE color: 14436235.

HSL color Cylindrical-coordinate representation of color #8B47DC: hue angle of 267.38º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B47DC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 71 220 -
CMYK 0.37 0.68 0 0.14
HSL 267.38º 0.68% 0.57% -
HSV(B) 267.38º 0.68% 0.86% -
XYZ 25.82 15.16 69.28 -
YUV 108.32 191.03 149.88 -
System Red Green Blue C M Y K H S L
Decimal 139 71 220 0.37 0.68 0 0.14 267.38 0.68 0.57
Hex 8B 47 DC 25 44 0 E 10B 44 39
Octal 213 107 334 45 104 0 16 413 104 71
Binary 10001011 1000111 11011100 100101 1000100 0 1110 100001011 1000100 111001

Color Harmonies of #8B47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B47DC

Black with #8B47DC

Text Example


Text Example

White with #8B47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,71,220); }

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

background-color css

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

 a { background-color: rgb(139,71,220); }

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

border-color css

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

 span { border-color: rgb(139,71,220); }

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