Html Css Color HEX #8331CB Blue Violet

📋 copy color: '#8331CB'

red 131 ◦ green 49 ◦ blue 203

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

Shades of Blue Violet #8331CB

Tints of Blue Violet #8331CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53%

R = 34.2%
G = 12.79%
B = 53%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8331CB (or 0x8331CB) is known color: Blue Violet. HEX triplet: 83, 31 and CB. RGB value is (131,49,203). Sum of RGB (Red+Green+Blue) = 131+49+203=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #8331CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8331CB is #7CCE34. Grayscale: #5A5A5A. Windows color (decimal): -8179253 or 13316483. OLE color: 13316483.

HSL color Cylindrical-coordinate representation of color #8331CB: hue angle of 271.95º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8331CB is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 49 203 -
CMYK 0.35 0.76 0 0.20
HSL 271.95º 0.61% 0.49% -
HSV(B) 271.95º 0.76% 0.8% -
XYZ 21.24 11.33 57.57 -
YUV 91.07 191.17 156.48 -
System Red Green Blue C M Y K H S L
Decimal 131 49 203 0.35 0.76 0 0.20 271.95 0.61 0.49
Hex 83 31 CB 23 4C 0 14 110 3D 31
Octal 203 61 313 43 114 0 24 420 75 61
Binary 10000011 110001 11001011 100011 1001100 0 10100 100010000 111101 110001

Color Harmonies of #8331CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8331CB

Black with #8331CB

Text Example


Text Example

White with #8331CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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