Html Css Color HEX #8A14DB Blue Violet

📋 copy color: '#8A14DB'

red 138 ◦ green 20 ◦ blue 219

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

Shades of Blue Violet #8A14DB

Tints of Blue Violet #8A14DB

RGB

 RED value IS 138 (54.3% from 255) = 36.6%

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 36.6%
G = 5.31%
B = 58.09%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A14DB (or 0x8A14DB) is known color: Blue Violet. HEX triplet: 8A, 14 and DB. RGB value is (138,20,219). Sum of RGB (Red+Green+Blue) = 138+20+219=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A14DB is #75EB24. Grayscale: #4D4D4D. Windows color (decimal): -7727909 or 14357642. OLE color: 14357642.

HSL color Cylindrical-coordinate representation of color #8A14DB: 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.91%. Process color model (Four color, CMYK) of #8A14DB is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 20 219 -
CMYK 0.37 0.91 0 0.14
HSL 275.58º 0.83% 0.47% -
HSV(B) 275.58º 0.91% 0.86% -
XYZ 23.52 11.02 67.91 -
YUV 77.97 207.59 170.82 -
System Red Green Blue C M Y K H S L
Decimal 138 20 219 0.37 0.91 0 0.14 275.58 0.83 0.47
Hex 8A 14 DB 25 5B 0 E 114 53 2F
Octal 212 24 333 45 133 0 16 424 123 57
Binary 10001010 10100 11011011 100101 1011011 0 1110 100010100 1010011 101111

Color Harmonies of #8A14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A14DB

Black with #8A14DB

Text Example


Text Example

White with #8A14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,20,219); }

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

background-color css

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

 a { background-color: rgb(138,20,219); }

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

border-color css

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

 span { border-color: rgb(138,20,219); }

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