Html Css Color HEX #8304DB Dark Violet

📋 copy color: '#8304DB'

red 131 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #8304DB

Tints of Dark Violet #8304DB

RGB

 RED value IS 131 (51.56% from 255) = 37.01%

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 37.01%
G = 1.13%
B = 61.86%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8304DB (or 0x8304DB) is known color: Dark Violet. HEX triplet: 83, 04 and DB. RGB value is (131,4,219). Sum of RGB (Red+Green+Blue) = 131+4+219=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #8304DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8304DB is #7CFB24. Grayscale: #414141. Windows color (decimal): -8190757 or 14353539. OLE color: 14353539.

HSL color Cylindrical-coordinate representation of color #8304DB: hue angle of 275.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8304DB is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 4 219 -
CMYK 0.40 0.98 0 0.14
HSL 275.44º 0.96% 0.44% -
HSV(B) 275.44º 0.98% 0.86% -
XYZ 22.19 10.03 67.78 -
YUV 66.48 214.08 174.02 -
System Red Green Blue C M Y K H S L
Decimal 131 4 219 0.40 0.98 0 0.14 275.44 0.96 0.44
Hex 83 4 DB 28 62 0 E 113 60 2C
Octal 203 4 333 50 142 0 16 423 140 54
Binary 10000011 100 11011011 101000 1100010 0 1110 100010011 1100000 101100

Color Harmonies of #8304DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8304DB

Black with #8304DB

Text Example


Text Example

White with #8304DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8304DB; }

 p { color: rgb(131,4,219); }

 H1.HeaderClassName
 {
   color: #8304DB;
 }
 .AnyTagClassName
 {
   color: #8304DB;
 }
</style>

background-color css

<style>
 a { background-color: #8304DB; }

 a { background-color: rgb(131,4,219); }

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

border-color css

<style>
 span { border-color: #8304DB; }

 span { border-color: rgb(131,4,219); }

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