Html Css Color HEX #8304EB Dark Violet

📋 copy color: '#8304EB'

red 131 ◦ green 4 ◦ blue 235

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

Shades of Dark Violet #8304EB

Tints of Dark Violet #8304EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.51%

R = 35.41%
G = 1.08%
B = 63.51%

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

#8304EB (or 0x8304EB) is known color: Dark Violet. HEX triplet: 83, 04 and EB. RGB value is (131,4,235). Sum of RGB (Red+Green+Blue) = 131+4+235=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #8304EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8304EB is #7CFB14. Grayscale: #434343. Windows color (decimal): -8190741 or 15402115. OLE color: 15402115.

HSL color Cylindrical-coordinate representation of color #8304EB: hue angle of 272.99º 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 #8304EB is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 4 235 -
CMYK 0.44 0.98 0 0.08
HSL 272.99º 0.97% 0.47% -
HSV(B) 272.99º 0.98% 0.92% -
XYZ 24.4 10.91 79.42 -
YUV 68.31 222.08 172.72 -
System Red Green Blue C M Y K H S L
Decimal 131 4 235 0.44 0.98 0 0.08 272.99 0.97 0.47
Hex 83 4 EB 2C 62 0 8 111 61 2F
Octal 203 4 353 54 142 0 10 421 141 57
Binary 10000011 100 11101011 101100 1100010 0 1000 100010001 1100001 101111

Color Harmonies of #8304EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8304EB

Black with #8304EB

Text Example


Text Example

White with #8304EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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