Html Css Color HEX #8B14DD Blue Violet

📋 copy color: '#8B14DD'

red 139 ◦ green 20 ◦ blue 221

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

Shades of Blue Violet #8B14DD

Tints of Blue Violet #8B14DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 36.58%
G = 5.26%
B = 58.16%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B14DD (or 0x8B14DD) is known color: Blue Violet. HEX triplet: 8B, 14 and DD. RGB value is (139,20,221). Sum of RGB (Red+Green+Blue) = 139+20+221=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B14DD is #74EB22. Grayscale: #4D4D4D. Windows color (decimal): -7662371 or 14488715. OLE color: 14488715.

HSL color Cylindrical-coordinate representation of color #8B14DD: hue angle of 275.52º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B14DD is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 20 221 -
CMYK 0.37 0.91 0 0.13
HSL 275.52º 0.83% 0.47% -
HSV(B) 275.52º 0.91% 0.87% -
XYZ 23.95 11.21 69.31 -
YUV 78.5 208.42 171.16 -
System Red Green Blue C M Y K H S L
Decimal 139 20 221 0.37 0.91 0 0.13 275.52 0.83 0.47
Hex 8B 14 DD 25 5B 0 D 114 53 2F
Octal 213 24 335 45 133 0 15 424 123 57
Binary 10001011 10100 11011101 100101 1011011 0 1101 100010100 1010011 101111

Color Harmonies of #8B14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B14DD

Black with #8B14DD

Text Example


Text Example

White with #8B14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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