Html Css Color HEX #8334E9 Blue Violet

📋 copy color: '#8334E9'

red 131 ◦ green 52 ◦ blue 233

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

Shades of Blue Violet #8334E9

Tints of Blue Violet #8334E9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.5%

 BLUE value IS 233 (91.41% from 255) = 56.01%

R = 31.49%
G = 12.5%
B = 56.01%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8334E9 (or 0x8334E9) is known color: Blue Violet. HEX triplet: 83, 34 and E9. RGB value is (131,52,233). Sum of RGB (Red+Green+Blue) = 131+52+233=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #8334E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8334E9 is #7CCB16. Grayscale: #5F5F5F. Windows color (decimal): -8178455 or 15283331. OLE color: 15283331.

HSL color Cylindrical-coordinate representation of color #8334E9: hue angle of 266.19º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8334E9 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 52 233 -
CMYK 0.44 0.78 0 0.09
HSL 266.19º 0.8% 0.56% -
HSV(B) 266.19º 0.78% 0.91% -
XYZ 25.3 13.16 78.3 -
YUV 96.26 205.17 152.78 -
System Red Green Blue C M Y K H S L
Decimal 131 52 233 0.44 0.78 0 0.09 266.19 0.8 0.56
Hex 83 34 E9 2C 4E 0 9 10A 50 38
Octal 203 64 351 54 116 0 11 412 120 70
Binary 10000011 110100 11101001 101100 1001110 0 1001 100001010 1010000 111000

Color Harmonies of #8334E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8334E9

Black with #8334E9

Text Example


Text Example

White with #8334E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8334E9; }

 p { color: rgb(131,52,233); }

 H1.HeaderClassName
 {
   color: #8334E9;
 }
 .AnyTagClassName
 {
   color: #8334E9;
 }
</style>

background-color css

<style>
 a { background-color: #8334E9; }

 a { background-color: rgb(131,52,233); }

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

border-color css

<style>
 span { border-color: #8334E9; }

 span { border-color: rgb(131,52,233); }

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