Html Css Color HEX #8331DC Blue Violet

📋 copy color: '#8331DC'

red 131 ◦ green 49 ◦ blue 220

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

Shades of Blue Violet #8331DC

Tints of Blue Violet #8331DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.25%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 32.75%
G = 12.25%
B = 55%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8331DC (or 0x8331DC) is known color: Blue Violet. HEX triplet: 83, 31 and DC. RGB value is (131,49,220). Sum of RGB (Red+Green+Blue) = 131+49+220=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #8331DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8331DC is #7CCE23. Grayscale: #5C5C5C. Windows color (decimal): -8179236 or 14430595. OLE color: 14430595.

HSL color Cylindrical-coordinate representation of color #8331DC: hue angle of 268.77º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8331DC is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 49 220 -
CMYK 0.40 0.78 0 0.14
HSL 268.77º 0.71% 0.53% -
HSV(B) 268.77º 0.78% 0.86% -
XYZ 23.38 12.19 68.83 -
YUV 93.01 199.67 155.1 -
System Red Green Blue C M Y K H S L
Decimal 131 49 220 0.40 0.78 0 0.14 268.77 0.71 0.53
Hex 83 31 DC 28 4E 0 E 10D 47 35
Octal 203 61 334 50 116 0 16 415 107 65
Binary 10000011 110001 11011100 101000 1001110 0 1110 100001101 1000111 110101

Color Harmonies of #8331DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8331DC

Black with #8331DC

Text Example


Text Example

White with #8331DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8331DC; }

 p { color: rgb(131,49,220); }

 H1.HeaderClassName
 {
   color: #8331DC;
 }
 .AnyTagClassName
 {
   color: #8331DC;
 }
</style>

background-color css

<style>
 a { background-color: #8331DC; }

 a { background-color: rgb(131,49,220); }

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

border-color css

<style>
 span { border-color: #8331DC; }

 span { border-color: rgb(131,49,220); }

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