Html Css Color HEX #8B1ADC Blue Violet

📋 copy color: '#8B1ADC'

red 139 ◦ green 26 ◦ blue 220

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

Shades of Blue Violet #8B1ADC

Tints of Blue Violet #8B1ADC

RGB

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

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

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

R = 36.1%
G = 6.75%
B = 57.14%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B1ADC (or 0x8B1ADC) is known color: Blue Violet. HEX triplet: 8B, 1A and DC. RGB value is (139,26,220). Sum of RGB (Red+Green+Blue) = 139+26+220=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B1ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1ADC is #74E523. Grayscale: #515151. Windows color (decimal): -7660836 or 14424715. OLE color: 14424715.

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

Color convert

RGB 139 26 220 -
CMYK 0.37 0.88 0 0.14
HSL 274.95º 0.79% 0.48% -
HSV(B) 274.95º 0.88% 0.86% -
XYZ 23.94 11.4 68.65 -
YUV 81.9 205.94 168.73 -
System Red Green Blue C M Y K H S L
Decimal 139 26 220 0.37 0.88 0 0.14 274.95 0.79 0.48
Hex 8B 1A DC 25 58 0 E 113 4F 30
Octal 213 32 334 45 130 0 16 423 117 60
Binary 10001011 11010 11011100 100101 1011000 0 1110 100010011 1001111 110000

Color Harmonies of #8B1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1ADC

Black with #8B1ADC

Text Example


Text Example

White with #8B1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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