Html Css Color HEX #8330DB Blue Violet

📋 copy color: '#8330DB'

red 131 ◦ green 48 ◦ blue 219

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

Shades of Blue Violet #8330DB

Tints of Blue Violet #8330DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.06%

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

R = 32.91%
G = 12.06%
B = 55.03%

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

#8330DB (or 0x8330DB) is known color: Blue Violet. HEX triplet: 83, 30 and DB. RGB value is (131,48,219). Sum of RGB (Red+Green+Blue) = 131+48+219=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #8330DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8330DB is #7CCF24. Grayscale: #5B5B5B. Windows color (decimal): -8179493 or 14364803. OLE color: 14364803.

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

Color convert

RGB 131 48 219 -
CMYK 0.40 0.78 0 0.14
HSL 269.12º 0.7% 0.52% -
HSV(B) 269.12º 0.78% 0.86% -
XYZ 23.2 12.05 68.12 -
YUV 92.31 199.5 155.6 -
System Red Green Blue C M Y K H S L
Decimal 131 48 219 0.40 0.78 0 0.14 269.12 0.7 0.52
Hex 83 30 DB 28 4E 0 E 10D 46 34
Octal 203 60 333 50 116 0 16 415 106 64
Binary 10000011 110000 11011011 101000 1001110 0 1110 100001101 1000110 110100

Color Harmonies of #8330DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8330DB

Black with #8330DB

Text Example


Text Example

White with #8330DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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