Html Css Color HEX #830FC2 Dark Violet

📋 copy color: '#830FC2'

red 131 ◦ green 15 ◦ blue 194

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

Shades of Dark Violet #830FC2

Tints of Dark Violet #830FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 57.06%

R = 38.53%
G = 4.41%
B = 57.06%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#830FC2 (or 0x830FC2) is known color: Dark Violet. HEX triplet: 83, 0F and C2. RGB value is (131,15,194). Sum of RGB (Red+Green+Blue) = 131+15+194=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #830FC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FC2 is #7CF03D. Grayscale: #454545. Windows color (decimal): -8187966 or 12717955. OLE color: 12717955.

HSL color Cylindrical-coordinate representation of color #830FC2: hue angle of 278.88º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830FC2 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 15 194 -
CMYK 0.32 0.92 0 0.24
HSL 278.88º 0.86% 0.41% -
HSV(B) 278.88º 0.92% 0.76% -
XYZ 19.27 9.06 51.77 -
YUV 70.09 197.93 171.45 -
System Red Green Blue C M Y K H S L
Decimal 131 15 194 0.32 0.92 0 0.24 278.88 0.86 0.41
Hex 83 F C2 20 5C 0 18 117 56 29
Octal 203 17 302 40 134 0 30 427 126 51
Binary 10000011 1111 11000010 100000 1011100 0 11000 100010111 1010110 101001

Color Harmonies of #830FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FC2

Black with #830FC2

Text Example


Text Example

White with #830FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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