Html Css Color HEX #8B4DEC Blue Violet

📋 copy color: '#8B4DEC'

red 139 ◦ green 77 ◦ blue 236

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

Shades of Blue Violet #8B4DEC

Tints of Blue Violet #8B4DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.04%

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 30.75%
G = 17.04%
B = 52.21%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B4DEC (or 0x8B4DEC) is known color: Blue Violet. HEX triplet: 8B, 4D and EC. RGB value is (139,77,236). Sum of RGB (Red+Green+Blue) = 139+77+236=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4DEC is #74B213. Grayscale: #717171. Windows color (decimal): -7647764 or 15486347. OLE color: 15486347.

HSL color Cylindrical-coordinate representation of color #8B4DEC: hue angle of 263.4º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B4DEC is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 77 236 -
CMYK 0.41 0.67 0 0.07
HSL 263.4º 0.81% 0.61% -
HSV(B) 263.4º 0.67% 0.93% -
XYZ 28.44 16.85 81.11 -
YUV 113.66 197.04 146.07 -
System Red Green Blue C M Y K H S L
Decimal 139 77 236 0.41 0.67 0 0.07 263.4 0.81 0.61
Hex 8B 4D EC 29 43 0 7 107 51 3D
Octal 213 115 354 51 103 0 7 407 121 75
Binary 10001011 1001101 11101100 101001 1000011 0 111 100000111 1010001 111101

Color Harmonies of #8B4DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4DEC

Black with #8B4DEC

Text Example


Text Example

White with #8B4DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,77,236); }

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

background-color css

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

 a { background-color: rgb(139,77,236); }

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

border-color css

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

 span { border-color: rgb(139,77,236); }

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