Html Css Color HEX #8325DB Blue Violet

📋 copy color: '#8325DB'

red 131 ◦ green 37 ◦ blue 219

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

Shades of Blue Violet #8325DB

Tints of Blue Violet #8325DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.56%

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

R = 33.85%
G = 9.56%
B = 56.59%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8325DB (or 0x8325DB) is known color: Blue Violet. HEX triplet: 83, 25 and DB. RGB value is (131,37,219). Sum of RGB (Red+Green+Blue) = 131+37+219=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #8325DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325DB is #7CDA24. Grayscale: #555555. Windows color (decimal): -8182309 or 14361987. OLE color: 14361987.

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

Color convert

RGB 131 37 219 -
CMYK 0.40 0.83 0 0.14
HSL 270.99º 0.72% 0.5% -
HSV(B) 270.99º 0.83% 0.86% -
XYZ 22.81 11.26 67.99 -
YUV 85.85 203.14 160.2 -
System Red Green Blue C M Y K H S L
Decimal 131 37 219 0.40 0.83 0 0.14 270.99 0.72 0.5
Hex 83 25 DB 28 53 0 E 10F 48 32
Octal 203 45 333 50 123 0 16 417 110 62
Binary 10000011 100101 11011011 101000 1010011 0 1110 100001111 1001000 110010

Color Harmonies of #8325DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8325DB

Black with #8325DB

Text Example


Text Example

White with #8325DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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