Html Css Color HEX #8B4BDC Blue Violet

📋 copy color: '#8B4BDC'

red 139 ◦ green 75 ◦ blue 220

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

Shades of Blue Violet #8B4BDC

Tints of Blue Violet #8B4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.28%

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

R = 32.03%
G = 17.28%
B = 50.69%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B4BDC (or 0x8B4BDC) is known color: Blue Violet. HEX triplet: 8B, 4B and DC. RGB value is (139,75,220). Sum of RGB (Red+Green+Blue) = 139+75+220=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B4BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4BDC is #74B423. Grayscale: #6E6E6E. Windows color (decimal): -7648292 or 14437259. OLE color: 14437259.

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

Color convert

RGB 139 75 220 -
CMYK 0.37 0.66 0 0.14
HSL 266.48º 0.67% 0.58% -
HSV(B) 266.48º 0.66% 0.86% -
XYZ 26.08 15.69 69.36 -
YUV 110.67 189.7 148.21 -
System Red Green Blue C M Y K H S L
Decimal 139 75 220 0.37 0.66 0 0.14 266.48 0.67 0.58
Hex 8B 4B DC 25 42 0 E 10A 43 3A
Octal 213 113 334 45 102 0 16 412 103 72
Binary 10001011 1001011 11011100 100101 1000010 0 1110 100001010 1000011 111010

Color Harmonies of #8B4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4BDC

Black with #8B4BDC

Text Example


Text Example

White with #8B4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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