Html Css Color HEX #8B14BA Dark Violet

📋 copy color: '#8B14BA'

red 139 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #8B14BA

Tints of Dark Violet #8B14BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.8%

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 40.29%
G = 5.8%
B = 53.91%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B14BA (or 0x8B14BA) is known color: Dark Violet. HEX triplet: 8B, 14 and BA. RGB value is (139,20,186). Sum of RGB (Red+Green+Blue) = 139+20+186=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B14BA is #74EB45. Grayscale: #494949. Windows color (decimal): -7662406 or 12194955. OLE color: 12194955.

HSL color Cylindrical-coordinate representation of color #8B14BA: hue angle of 283.01º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B14BA is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 20 186 -
CMYK 0.25 0.89 0 0.27
HSL 283.01º 0.81% 0.4% -
HSV(B) 283.01º 0.89% 0.73% -
XYZ 19.76 9.53 47.25 -
YUV 74.51 190.92 174 -
System Red Green Blue C M Y K H S L
Decimal 139 20 186 0.25 0.89 0 0.27 283.01 0.81 0.4
Hex 8B 14 BA 19 59 0 1B 11B 51 28
Octal 213 24 272 31 131 0 33 433 121 50
Binary 10001011 10100 10111010 11001 1011001 0 11011 100011011 1010001 101000

Color Harmonies of #8B14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B14BA

Black with #8B14BA

Text Example


Text Example

White with #8B14BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,20,186); }

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

background-color css

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

 a { background-color: rgb(139,20,186); }

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

border-color css

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

 span { border-color: rgb(139,20,186); }

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