Html Css Color HEX #8323DB Blue Violet

📋 copy color: '#8323DB'

red 131 ◦ green 35 ◦ blue 219

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

Shades of Blue Violet #8323DB

Tints of Blue Violet #8323DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.09%

 BLUE value IS 219 (85.94% from 255) = 56.88%

R = 34.03%
G = 9.09%
B = 56.88%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8323DB (or 0x8323DB) is known color: Blue Violet. HEX triplet: 83, 23 and DB. RGB value is (131,35,219). Sum of RGB (Red+Green+Blue) = 131+35+219=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #8323DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8323DB is #7CDC24. Grayscale: #545454. Windows color (decimal): -8182821 or 14361475. OLE color: 14361475.

HSL color Cylindrical-coordinate representation of color #8323DB: hue angle of 271.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8323DB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 35 219 -
CMYK 0.40 0.84 0 0.14
HSL 271.3º 0.72% 0.5% -
HSV(B) 271.3º 0.84% 0.86% -
XYZ 22.75 11.14 67.97 -
YUV 84.68 203.8 161.04 -
System Red Green Blue C M Y K H S L
Decimal 131 35 219 0.40 0.84 0 0.14 271.3 0.72 0.5
Hex 83 23 DB 28 54 0 E 10F 48 32
Octal 203 43 333 50 124 0 16 417 110 62
Binary 10000011 100011 11011011 101000 1010100 0 1110 100001111 1001000 110010

Color Harmonies of #8323DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8323DB

Black with #8323DB

Text Example


Text Example

White with #8323DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8323DB; }

 p { color: rgb(131,35,219); }

 H1.HeaderClassName
 {
   color: #8323DB;
 }
 .AnyTagClassName
 {
   color: #8323DB;
 }
</style>

background-color css

<style>
 a { background-color: #8323DB; }

 a { background-color: rgb(131,35,219); }

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

border-color css

<style>
 span { border-color: #8323DB; }

 span { border-color: rgb(131,35,219); }

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