Html Css Color HEX #8B15DC Blue Violet

📋 copy color: '#8B15DC'

red 139 ◦ green 21 ◦ blue 220

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

Shades of Blue Violet #8B15DC

Tints of Blue Violet #8B15DC

RGB

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

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

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

R = 36.58%
G = 5.53%
B = 57.89%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B15DC (or 0x8B15DC) is known color: Blue Violet. HEX triplet: 8B, 15 and DC. RGB value is (139,21,220). Sum of RGB (Red+Green+Blue) = 139+21+220=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B15DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B15DC is #74EA23. Grayscale: #4E4E4E. Windows color (decimal): -7662116 or 14423435. OLE color: 14423435.

HSL color Cylindrical-coordinate representation of color #8B15DC: hue angle of 275.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B15DC is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 21 220 -
CMYK 0.37 0.90 0 0.14
HSL 275.58º 0.83% 0.47% -
HSV(B) 275.58º 0.9% 0.86% -
XYZ 23.83 11.19 68.61 -
YUV 78.97 207.59 170.82 -
System Red Green Blue C M Y K H S L
Decimal 139 21 220 0.37 0.90 0 0.14 275.58 0.83 0.47
Hex 8B 15 DC 25 5A 0 E 114 53 2F
Octal 213 25 334 45 132 0 16 424 123 57
Binary 10001011 10101 11011100 100101 1011010 0 1110 100010100 1010011 101111

Color Harmonies of #8B15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B15DC

Black with #8B15DC

Text Example


Text Example

White with #8B15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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