Html Css Color HEX #830DDB Dark Violet

📋 copy color: '#830DDB'

red 131 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #830DDB

Tints of Dark Violet #830DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.58%

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

R = 36.09%
G = 3.58%
B = 60.33%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#830DDB (or 0x830DDB) is known color: Dark Violet. HEX triplet: 83, 0D and DB. RGB value is (131,13,219). Sum of RGB (Red+Green+Blue) = 131+13+219=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #830DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DDB is #7CF224. Grayscale: #474747. Windows color (decimal): -8188453 or 14355843. OLE color: 14355843.

HSL color Cylindrical-coordinate representation of color #830DDB: hue angle of 274.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DDB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 13 219 -
CMYK 0.40 0.94 0 0.14
HSL 274.37º 0.89% 0.45% -
HSV(B) 274.37º 0.94% 0.86% -
XYZ 22.29 10.23 67.82 -
YUV 71.77 211.09 170.25 -
System Red Green Blue C M Y K H S L
Decimal 131 13 219 0.40 0.94 0 0.14 274.37 0.89 0.45
Hex 83 D DB 28 5E 0 E 112 59 2D
Octal 203 15 333 50 136 0 16 422 131 55
Binary 10000011 1101 11011011 101000 1011110 0 1110 100010010 1011001 101101

Color Harmonies of #830DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DDB

Black with #830DDB

Text Example


Text Example

White with #830DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830DDB; }

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

 H1.HeaderClassName
 {
   color: #830DDB;
 }
 .AnyTagClassName
 {
   color: #830DDB;
 }
</style>

background-color css

<style>
 a { background-color: #830DDB; }

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

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

border-color css

<style>
 span { border-color: #830DDB; }

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

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