Html Css Color HEX #8335EA Blue Violet

📋 copy color: '#8335EA'

red 131 ◦ green 53 ◦ blue 234

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

Shades of Blue Violet #8335EA

Tints of Blue Violet #8335EA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.68%

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

R = 31.34%
G = 12.68%
B = 55.98%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8335EA (or 0x8335EA) is known color: Blue Violet. HEX triplet: 83, 35 and EA. RGB value is (131,53,234). Sum of RGB (Red+Green+Blue) = 131+53+234=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #8335EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8335EA is #7CCA15. Grayscale: #606060. Windows color (decimal): -8178198 or 15349123. OLE color: 15349123.

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

Color convert

RGB 131 53 234 -
CMYK 0.44 0.77 0 0.08
HSL 265.86º 0.81% 0.56% -
HSV(B) 265.86º 0.77% 0.92% -
XYZ 25.48 13.31 79.07 -
YUV 96.96 205.34 152.28 -
System Red Green Blue C M Y K H S L
Decimal 131 53 234 0.44 0.77 0 0.08 265.86 0.81 0.56
Hex 83 35 EA 2C 4D 0 8 10A 51 38
Octal 203 65 352 54 115 0 10 412 121 70
Binary 10000011 110101 11101010 101100 1001101 0 1000 100001010 1010001 111000

Color Harmonies of #8335EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8335EA

Black with #8335EA

Text Example


Text Example

White with #8335EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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