Html Css Color HEX #8330EF Blue Violet

📋 copy color: '#8330EF'

red 131 ◦ green 48 ◦ blue 239

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

Shades of Blue Violet #8330EF

Tints of Blue Violet #8330EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.48%

 BLUE value IS 239 (93.75% from 255) = 57.18%

R = 31.34%
G = 11.48%
B = 57.18%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8330EF (or 0x8330EF) is known color: Blue Violet. HEX triplet: 83, 30 and EF. RGB value is (131,48,239). Sum of RGB (Red+Green+Blue) = 131+48+239=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #8330EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8330EF is #7CCF10. Grayscale: #5D5D5D. Windows color (decimal): -8179473 or 15675523. OLE color: 15675523.

HSL color Cylindrical-coordinate representation of color #8330EF: hue angle of 266.07º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8330EF is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 48 239 -
CMYK 0.45 0.80 0 0.06
HSL 266.07º 0.86% 0.56% -
HSV(B) 266.07º 0.8% 0.94% -
XYZ 26 13.17 82.83 -
YUV 94.59 209.5 153.97 -
System Red Green Blue C M Y K H S L
Decimal 131 48 239 0.45 0.80 0 0.06 266.07 0.86 0.56
Hex 83 30 EF 2D 50 0 6 10A 56 38
Octal 203 60 357 55 120 0 6 412 126 70
Binary 10000011 110000 11101111 101101 1010000 0 110 100001010 1010110 111000

Color Harmonies of #8330EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8330EF

Black with #8330EF

Text Example


Text Example

White with #8330EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8330EF; }

 p { color: rgb(131,48,239); }

 H1.HeaderClassName
 {
   color: #8330EF;
 }
 .AnyTagClassName
 {
   color: #8330EF;
 }
</style>

background-color css

<style>
 a { background-color: #8330EF; }

 a { background-color: rgb(131,48,239); }

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

border-color css

<style>
 span { border-color: #8330EF; }

 span { border-color: rgb(131,48,239); }

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