Html Css Color HEX #830DD9 Dark Violet

📋 copy color: '#830DD9'

red 131 ◦ green 13 ◦ blue 217

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

Shades of Dark Violet #830DD9

Tints of Dark Violet #830DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 60.11%

R = 36.29%
G = 3.6%
B = 60.11%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#830DD9 (or 0x830DD9) is known color: Dark Violet. HEX triplet: 83, 0D and D9. RGB value is (131,13,217). Sum of RGB (Red+Green+Blue) = 131+13+217=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 217 (85.16% from 255 or 60.11% from 361); Max value from RGB is 217 - color contains mainly: blue. Hex color #830DD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DD9 is #7CF226. Grayscale: #464646. Windows color (decimal): -8188455 or 14224771. OLE color: 14224771.

HSL color Cylindrical-coordinate representation of color #830DD9: hue angle of 274.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DD9 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 13 217 -
CMYK 0.40 0.94 0 0.15
HSL 274.71º 0.89% 0.45% -
HSV(B) 274.71º 0.94% 0.85% -
XYZ 22.03 10.12 66.44 -
YUV 71.54 210.09 170.41 -
System Red Green Blue C M Y K H S L
Decimal 131 13 217 0.40 0.94 0 0.15 274.71 0.89 0.45
Hex 83 D D9 28 5E 0 F 113 59 2D
Octal 203 15 331 50 136 0 17 423 131 55
Binary 10000011 1101 11011001 101000 1011110 0 1111 100010011 1011001 101101

Color Harmonies of #830DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DD9

Black with #830DD9

Text Example


Text Example

White with #830DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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