Html Css Color HEX #830DBC Dark Violet

📋 copy color: '#830DBC'

red 131 ◦ green 13 ◦ blue 188

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

Shades of Dark Violet #830DBC

Tints of Dark Violet #830DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.63%

R = 39.46%
G = 3.92%
B = 56.63%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#830DBC (or 0x830DBC) is known color: Dark Violet. HEX triplet: 83, 0D and BC. RGB value is (131,13,188). Sum of RGB (Red+Green+Blue) = 131+13+188=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #830DBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DBC is #7CF243. Grayscale: #434343. Windows color (decimal): -8188484 or 12324227. OLE color: 12324227.

HSL color Cylindrical-coordinate representation of color #830DBC: hue angle of 280.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830DBC is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 13 188 -
CMYK 0.30 0.93 0 0.26
HSL 280.46º 0.87% 0.39% -
HSV(B) 280.46º 0.93% 0.74% -
XYZ 18.58 8.74 48.29 -
YUV 68.23 195.59 172.77 -
System Red Green Blue C M Y K H S L
Decimal 131 13 188 0.30 0.93 0 0.26 280.46 0.87 0.39
Hex 83 D BC 1E 5D 0 1A 118 57 27
Octal 203 15 274 36 135 0 32 430 127 47
Binary 10000011 1101 10111100 11110 1011101 0 11010 100011000 1010111 100111

Color Harmonies of #830DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DBC

Black with #830DBC

Text Example


Text Example

White with #830DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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