Html Css Color HEX #8304EA Dark Violet

📋 copy color: '#8304EA'

red 131 ◦ green 4 ◦ blue 234

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

Shades of Dark Violet #8304EA

Tints of Dark Violet #8304EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.41%

R = 35.5%
G = 1.08%
B = 63.41%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8304EA (or 0x8304EA) is known color: Dark Violet. HEX triplet: 83, 04 and EA. RGB value is (131,4,234). Sum of RGB (Red+Green+Blue) = 131+4+234=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #8304EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8304EA is #7CFB15. Grayscale: #434343. Windows color (decimal): -8190742 or 15336579. OLE color: 15336579.

HSL color Cylindrical-coordinate representation of color #8304EA: hue angle of 273.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8304EA is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 4 234 -
CMYK 0.44 0.98 0 0.08
HSL 273.13º 0.97% 0.47% -
HSV(B) 273.13º 0.98% 0.92% -
XYZ 24.25 10.85 78.66 -
YUV 68.19 221.58 172.8 -
System Red Green Blue C M Y K H S L
Decimal 131 4 234 0.44 0.98 0 0.08 273.13 0.97 0.47
Hex 83 4 EA 2C 62 0 8 111 61 2F
Octal 203 4 352 54 142 0 10 421 141 57
Binary 10000011 100 11101010 101100 1100010 0 1000 100010001 1100001 101111

Color Harmonies of #8304EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8304EA

Black with #8304EA

Text Example


Text Example

White with #8304EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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