Html Css Color HEX #830FD1 Dark Violet

📋 copy color: '#830FD1'

red 131 ◦ green 15 ◦ blue 209

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

Shades of Dark Violet #830FD1

Tints of Dark Violet #830FD1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.23%

 BLUE value IS 209 (82.03% from 255) = 58.87%

R = 36.9%
G = 4.23%
B = 58.87%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#830FD1 (or 0x830FD1) is known color: Dark Violet. HEX triplet: 83, 0F and D1. RGB value is (131,15,209). Sum of RGB (Red+Green+Blue) = 131+15+209=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #830FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FD1 is #7CF02E. Grayscale: #474747. Windows color (decimal): -8187951 or 13700995. OLE color: 13700995.

HSL color Cylindrical-coordinate representation of color #830FD1: hue angle of 275.88º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FD1 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 15 209 -
CMYK 0.37 0.93 0 0.18
HSL 275.88º 0.87% 0.44% -
HSV(B) 275.88º 0.93% 0.82% -
XYZ 21.04 9.77 61.1 -
YUV 71.8 205.43 170.23 -
System Red Green Blue C M Y K H S L
Decimal 131 15 209 0.37 0.93 0 0.18 275.88 0.87 0.44
Hex 83 F D1 25 5D 0 12 114 57 2C
Octal 203 17 321 45 135 0 22 424 127 54
Binary 10000011 1111 11010001 100101 1011101 0 10010 100010100 1010111 101100

Color Harmonies of #830FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FD1

Black with #830FD1

Text Example


Text Example

White with #830FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,15,209); }

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

background-color css

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

 a { background-color: rgb(131,15,209); }

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

border-color css

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

 span { border-color: rgb(131,15,209); }

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