Html Css Color HEX #8304E7 Dark Violet

📋 copy color: '#8304E7'

red 131 ◦ green 4 ◦ blue 231

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

Shades of Dark Violet #8304E7

Tints of Dark Violet #8304E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 63.11%

R = 35.79%
G = 1.09%
B = 63.11%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8304E7 (or 0x8304E7) is known color: Dark Violet. HEX triplet: 83, 04 and E7. RGB value is (131,4,231). Sum of RGB (Red+Green+Blue) = 131+4+231=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 231 (90.62% from 255 or 63.11% from 366); Max value from RGB is 231 - color contains mainly: blue. Hex color #8304E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8304E7 is #7CFB18. Grayscale: #434343. Windows color (decimal): -8190745 or 15139971. OLE color: 15139971.

HSL color Cylindrical-coordinate representation of color #8304E7: hue angle of 273.57º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8304E7 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 4 231 -
CMYK 0.43 0.98 0 0.09
HSL 273.57º 0.97% 0.46% -
HSV(B) 273.57º 0.98% 0.91% -
XYZ 23.83 10.68 76.41 -
YUV 67.85 220.08 173.04 -
System Red Green Blue C M Y K H S L
Decimal 131 4 231 0.43 0.98 0 0.09 273.57 0.97 0.46
Hex 83 4 E7 2B 62 0 9 112 61 2E
Octal 203 4 347 53 142 0 11 422 141 56
Binary 10000011 100 11100111 101011 1100010 0 1001 100010010 1100001 101110

Color Harmonies of #8304E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8304E7

Black with #8304E7

Text Example


Text Example

White with #8304E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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