Html Css Color HEX #830DAE Dark Violet

📋 copy color: '#830DAE'

red 131 ◦ green 13 ◦ blue 174

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

Shades of Dark Violet #830DAE

Tints of Dark Violet #830DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.72%

R = 41.19%
G = 4.09%
B = 54.72%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#830DAE (or 0x830DAE) is known color: Dark Violet. HEX triplet: 83, 0D and AE. RGB value is (131,13,174). Sum of RGB (Red+Green+Blue) = 131+13+174=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #830DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830DAE is #7CF251. Grayscale: #424242. Windows color (decimal): -8188498 or 11406723. OLE color: 11406723.

HSL color Cylindrical-coordinate representation of color #830DAE: hue angle of 283.98º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830DAE is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 13 174 -
CMYK 0.25 0.93 0 0.32
HSL 283.98º 0.86% 0.37% -
HSV(B) 283.98º 0.93% 0.68% -
XYZ 17.14 8.17 40.72 -
YUV 66.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 131 13 174 0.25 0.93 0 0.32 283.98 0.86 0.37
Hex 83 D AE 19 5D 0 20 11C 56 25
Octal 203 15 256 31 135 0 40 434 126 45
Binary 10000011 1101 10101110 11001 1011101 0 100000 100011100 1010110 100101

Color Harmonies of #830DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DAE

Black with #830DAE

Text Example


Text Example

White with #830DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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