Html Css Color HEX #8343DB Blue Violet

📋 copy color: '#8343DB'

red 131 ◦ green 67 ◦ blue 219

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

Shades of Blue Violet #8343DB

Tints of Blue Violet #8343DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

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

R = 31.41%
G = 16.07%
B = 52.52%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8343DB (or 0x8343DB) is known color: Blue Violet. HEX triplet: 83, 43 and DB. RGB value is (131,67,219). Sum of RGB (Red+Green+Blue) = 131+67+219=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #8343DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8343DB is #7CBC24. Grayscale: #666666. Windows color (decimal): -8174629 or 14369667. OLE color: 14369667.

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

Color convert

RGB 131 67 219 -
CMYK 0.40 0.69 0 0.14
HSL 265.26º 0.68% 0.56% -
HSV(B) 265.26º 0.69% 0.86% -
XYZ 24.15 13.95 68.44 -
YUV 103.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 131 67 219 0.40 0.69 0 0.14 265.26 0.68 0.56
Hex 83 43 DB 28 45 0 E 109 44 38
Octal 203 103 333 50 105 0 16 411 104 70
Binary 10000011 1000011 11011011 101000 1000101 0 1110 100001001 1000100 111000

Color Harmonies of #8343DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8343DB

Black with #8343DB

Text Example


Text Example

White with #8343DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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