Html Css Color HEX #8B15EA Blue Violet

📋 copy color: '#8B15EA'

red 139 ◦ green 21 ◦ blue 234

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

Shades of Blue Violet #8B15EA

Tints of Blue Violet #8B15EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.33%

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

R = 35.28%
G = 5.33%
B = 59.39%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8B15EA (or 0x8B15EA) is known color: Blue Violet. HEX triplet: 8B, 15 and EA. RGB value is (139,21,234). Sum of RGB (Red+Green+Blue) = 139+21+234=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B15EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B15EA is #74EA15. Grayscale: #4F4F4F. Windows color (decimal): -7662102 or 15340939. OLE color: 15340939.

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

Color convert

RGB 139 21 234 -
CMYK 0.41 0.91 0 0.08
HSL 273.24º 0.84% 0.5% -
HSV(B) 273.24º 0.91% 0.92% -
XYZ 25.77 11.97 78.79 -
YUV 80.56 214.59 169.68 -
System Red Green Blue C M Y K H S L
Decimal 139 21 234 0.41 0.91 0 0.08 273.24 0.84 0.5
Hex 8B 15 EA 29 5B 0 8 111 54 32
Octal 213 25 352 51 133 0 10 421 124 62
Binary 10001011 10101 11101010 101001 1011011 0 1000 100010001 1010100 110010

Color Harmonies of #8B15EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B15EA

Black with #8B15EA

Text Example


Text Example

White with #8B15EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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