Html Css Color HEX #830DC7 Dark Violet

📋 copy color: '#830DC7'

red 131 ◦ green 13 ◦ blue 199

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

Shades of Dark Violet #830DC7

Tints of Dark Violet #830DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 58.02%

R = 38.19%
G = 3.79%
B = 58.02%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#830DC7 (or 0x830DC7) is known color: Dark Violet. HEX triplet: 83, 0D and C7. RGB value is (131,13,199). Sum of RGB (Red+Green+Blue) = 131+13+199=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 199 (78.12% from 255 or 58.02% from 343); Max value from RGB is 199 - color contains mainly: blue. Hex color #830DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DC7 is #7CF238. Grayscale: #444444. Windows color (decimal): -8188473 or 13045123. OLE color: 13045123.

HSL color Cylindrical-coordinate representation of color #830DC7: hue angle of 278.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830DC7 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 13 199 -
CMYK 0.34 0.93 0 0.22
HSL 278.06º 0.88% 0.42% -
HSV(B) 278.06º 0.93% 0.78% -
XYZ 19.81 9.24 54.77 -
YUV 69.49 201.09 171.88 -
System Red Green Blue C M Y K H S L
Decimal 131 13 199 0.34 0.93 0 0.22 278.06 0.88 0.42
Hex 83 D C7 22 5D 0 16 116 58 2A
Octal 203 15 307 42 135 0 26 426 130 52
Binary 10000011 1101 11000111 100010 1011101 0 10110 100010110 1011000 101010

Color Harmonies of #830DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DC7

Black with #830DC7

Text Example


Text Example

White with #830DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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