Html Css Color HEX #8B19ED Blue Violet

📋 copy color: '#8B19ED'

red 139 ◦ green 25 ◦ blue 237

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

Shades of Blue Violet #8B19ED

Tints of Blue Violet #8B19ED

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.23%

 BLUE value IS 237 (92.97% from 255) = 59.1%

R = 34.66%
G = 6.23%
B = 59.1%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B19ED (or 0x8B19ED) is known color: Blue Violet. HEX triplet: 8B, 19 and ED. RGB value is (139,25,237). Sum of RGB (Red+Green+Blue) = 139+25+237=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B19ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B19ED is #74E612. Grayscale: #525252. Windows color (decimal): -7661075 or 15538571. OLE color: 15538571.

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

Color convert

RGB 139 25 237 -
CMYK 0.41 0.89 0 0.07
HSL 272.26º 0.85% 0.51% -
HSV(B) 272.26º 0.89% 0.93% -
XYZ 26.28 12.3 81.11 -
YUV 83.25 214.77 167.76 -
System Red Green Blue C M Y K H S L
Decimal 139 25 237 0.41 0.89 0 0.07 272.26 0.85 0.51
Hex 8B 19 ED 29 59 0 7 110 55 33
Octal 213 31 355 51 131 0 7 420 125 63
Binary 10001011 11001 11101101 101001 1011001 0 111 100010000 1010101 110011

Color Harmonies of #8B19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B19ED

Black with #8B19ED

Text Example


Text Example

White with #8B19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,25,237); }

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

background-color css

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

 a { background-color: rgb(139,25,237); }

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

border-color css

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

 span { border-color: rgb(139,25,237); }

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