Html Css Color HEX #8A13DB Dark Violet

📋 copy color: '#8A13DB'

red 138 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #8A13DB

Tints of Dark Violet #8A13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.05%

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

R = 36.7%
G = 5.05%
B = 58.24%

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

#8A13DB (or 0x8A13DB) is known color: Dark Violet. HEX triplet: 8A, 13 and DB. RGB value is (138,19,219). Sum of RGB (Red+Green+Blue) = 138+19+219=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A13DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A13DB is #75EC24. Grayscale: #4C4C4C. Windows color (decimal): -7728165 or 14357386. OLE color: 14357386.

HSL color Cylindrical-coordinate representation of color #8A13DB: hue angle of 275.7º degrees, saturation: 0.84, 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 #8A13DB is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 19 219 -
CMYK 0.37 0.91 0 0.14
HSL 275.7º 0.84% 0.47% -
HSV(B) 275.7º 0.91% 0.86% -
XYZ 23.5 10.98 67.9 -
YUV 77.38 207.92 171.24 -
System Red Green Blue C M Y K H S L
Decimal 138 19 219 0.37 0.91 0 0.14 275.7 0.84 0.47
Hex 8A 13 DB 25 5B 0 E 114 54 2F
Octal 212 23 333 45 133 0 16 424 124 57
Binary 10001010 10011 11011011 100101 1011011 0 1110 100010100 1010100 101111

Color Harmonies of #8A13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A13DB

Black with #8A13DB

Text Example


Text Example

White with #8A13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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