Html Css Color HEX #830DB4 Dark Violet

📋 copy color: '#830DB4'

red 131 ◦ green 13 ◦ blue 180

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

Shades of Dark Violet #830DB4

Tints of Dark Violet #830DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.56%

R = 40.43%
G = 4.01%
B = 55.56%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#830DB4 (or 0x830DB4) is known color: Dark Violet. HEX triplet: 83, 0D and B4. RGB value is (131,13,180). Sum of RGB (Red+Green+Blue) = 131+13+180=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #830DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DB4 is #7CF24B. Grayscale: #424242. Windows color (decimal): -8188492 or 11799939. OLE color: 11799939.

HSL color Cylindrical-coordinate representation of color #830DB4: hue angle of 282.4º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830DB4 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 13 180 -
CMYK 0.27 0.93 0 0.29
HSL 282.4º 0.87% 0.38% -
HSV(B) 282.4º 0.93% 0.71% -
XYZ 17.74 8.41 43.87 -
YUV 67.32 191.59 173.42 -
System Red Green Blue C M Y K H S L
Decimal 131 13 180 0.27 0.93 0 0.29 282.4 0.87 0.38
Hex 83 D B4 1B 5D 0 1D 11A 57 26
Octal 203 15 264 33 135 0 35 432 127 46
Binary 10000011 1101 10110100 11011 1011101 0 11101 100011010 1010111 100110

Color Harmonies of #830DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DB4

Black with #830DB4

Text Example


Text Example

White with #830DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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