Html Css Color HEX #8331CE Blue Violet

📋 copy color: '#8331CE'

red 131 ◦ green 49 ◦ blue 206

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

Shades of Blue Violet #8331CE

Tints of Blue Violet #8331CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 33.94%
G = 12.69%
B = 53.37%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8331CE (or 0x8331CE) is known color: Blue Violet. HEX triplet: 83, 31 and CE. RGB value is (131,49,206). Sum of RGB (Red+Green+Blue) = 131+49+206=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #8331CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8331CE is #7CCE31. Grayscale: #5A5A5A. Windows color (decimal): -8179250 or 13513091. OLE color: 13513091.

HSL color Cylindrical-coordinate representation of color #8331CE: hue angle of 271.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8331CE is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 49 206 -
CMYK 0.36 0.76 0 0.19
HSL 271.34º 0.62% 0.5% -
HSV(B) 271.34º 0.76% 0.81% -
XYZ 21.6 11.48 59.47 -
YUV 91.42 192.67 156.23 -
System Red Green Blue C M Y K H S L
Decimal 131 49 206 0.36 0.76 0 0.19 271.34 0.62 0.5
Hex 83 31 CE 24 4C 0 13 10F 3E 32
Octal 203 61 316 44 114 0 23 417 76 62
Binary 10000011 110001 11001110 100100 1001100 0 10011 100001111 111110 110010

Color Harmonies of #8331CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8331CE

Black with #8331CE

Text Example


Text Example

White with #8331CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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