Html Css Color HEX #830DAF Dark Violet

📋 copy color: '#830DAF'

red 131 ◦ green 13 ◦ blue 175

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

Shades of Dark Violet #830DAF

Tints of Dark Violet #830DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.86%

R = 41.07%
G = 4.08%
B = 54.86%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#830DAF (or 0x830DAF) is known color: Dark Violet. HEX triplet: 83, 0D and AF. RGB value is (131,13,175). Sum of RGB (Red+Green+Blue) = 131+13+175=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #830DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830DAF is #7CF250. Grayscale: #424242. Windows color (decimal): -8188497 or 11472259. OLE color: 11472259.

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

Color convert

RGB 131 13 175 -
CMYK 0.25 0.93 0 0.31
HSL 283.7º 0.86% 0.37% -
HSV(B) 283.7º 0.93% 0.69% -
XYZ 17.24 8.21 41.23 -
YUV 66.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 131 13 175 0.25 0.93 0 0.31 283.7 0.86 0.37
Hex 83 D AF 19 5D 0 1F 11C 56 25
Octal 203 15 257 31 135 0 37 434 126 45
Binary 10000011 1101 10101111 11001 1011101 0 11111 100011100 1010110 100101

Color Harmonies of #830DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DAF

Black with #830DAF

Text Example


Text Example

White with #830DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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