Html Css Color HEX #8A03DB Dark Violet

📋 copy color: '#8A03DB'

red 138 ◦ green 3 ◦ blue 219

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

Shades of Dark Violet #8A03DB

Tints of Dark Violet #8A03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 38.33%
G = 0.83%
B = 60.83%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A03DB (or 0x8A03DB) is known color: Dark Violet. HEX triplet: 8A, 03 and DB. RGB value is (138,3,219). Sum of RGB (Red+Green+Blue) = 138+3+219=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A03DB is #75FC24. Grayscale: #434343. Windows color (decimal): -7732261 or 14353290. OLE color: 14353290.

HSL color Cylindrical-coordinate representation of color #8A03DB: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A03DB is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 3 219 -
CMYK 0.37 0.99 0 0.14
HSL 277.5º 0.97% 0.44% -
HSV(B) 277.5º 0.99% 0.86% -
XYZ 23.3 10.58 67.83 -
YUV 67.99 213.23 177.94 -
System Red Green Blue C M Y K H S L
Decimal 138 3 219 0.37 0.99 0 0.14 277.5 0.97 0.44
Hex 8A 3 DB 25 63 0 E 116 61 2C
Octal 212 3 333 45 143 0 16 426 141 54
Binary 10001010 11 11011011 100101 1100011 0 1110 100010110 1100001 101100

Color Harmonies of #8A03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A03DB

Black with #8A03DB

Text Example


Text Example

White with #8A03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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