Html Css Color HEX #8B20EA Blue Violet

📋 copy color: '#8B20EA'

red 139 ◦ green 32 ◦ blue 234

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

Shades of Blue Violet #8B20EA

Tints of Blue Violet #8B20EA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.9%

 BLUE value IS 234 (91.8% from 255) = 57.78%

R = 34.32%
G = 7.9%
B = 57.78%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8B20EA (or 0x8B20EA) is known color: Blue Violet. HEX triplet: 8B, 20 and EA. RGB value is (139,32,234). Sum of RGB (Red+Green+Blue) = 139+32+234=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B20EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B20EA is #74DF15. Grayscale: #565656. Windows color (decimal): -7659286 or 15343755. OLE color: 15343755.

HSL color Cylindrical-coordinate representation of color #8B20EA: hue angle of 271.78º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B20EA is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 32 234 -
CMYK 0.41 0.86 0 0.08
HSL 271.78º 0.83% 0.52% -
HSV(B) 271.78º 0.86% 0.92% -
XYZ 26.02 12.46 78.88 -
YUV 87.02 210.95 165.07 -
System Red Green Blue C M Y K H S L
Decimal 139 32 234 0.41 0.86 0 0.08 271.78 0.83 0.52
Hex 8B 20 EA 29 56 0 8 110 53 34
Octal 213 40 352 51 126 0 10 420 123 64
Binary 10001011 100000 11101010 101001 1010110 0 1000 100010000 1010011 110100

Color Harmonies of #8B20EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B20EA

Black with #8B20EA

Text Example


Text Example

White with #8B20EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,32,234); }

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

background-color css

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

 a { background-color: rgb(139,32,234); }

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

border-color css

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

 span { border-color: rgb(139,32,234); }

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