Html Css Color HEX #830FDC Dark Violet

📋 copy color: '#830FDC'

red 131 ◦ green 15 ◦ blue 220

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

Shades of Dark Violet #830FDC

Tints of Dark Violet #830FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 35.79%
G = 4.1%
B = 60.11%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#830FDC (or 0x830FDC) is known color: Dark Violet. HEX triplet: 83, 0F and DC. RGB value is (131,15,220). Sum of RGB (Red+Green+Blue) = 131+15+220=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #830FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FDC is #7CF023. Grayscale: #484848. Windows color (decimal): -8187940 or 14421891. OLE color: 14421891.

HSL color Cylindrical-coordinate representation of color #830FDC: hue angle of 273.95º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FDC is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 15 220 -
CMYK 0.40 0.93 0 0.14
HSL 273.95º 0.87% 0.46% -
HSV(B) 273.95º 0.93% 0.86% -
XYZ 22.45 10.33 68.52 -
YUV 73.05 210.93 169.33 -
System Red Green Blue C M Y K H S L
Decimal 131 15 220 0.40 0.93 0 0.14 273.95 0.87 0.46
Hex 83 F DC 28 5D 0 E 112 57 2E
Octal 203 17 334 50 135 0 16 422 127 56
Binary 10000011 1111 11011100 101000 1011101 0 1110 100010010 1010111 101110

Color Harmonies of #830FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FDC

Black with #830FDC

Text Example


Text Example

White with #830FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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