Html Css Color HEX #830FDA Dark Violet

📋 copy color: '#830FDA'

red 131 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #830FDA

Tints of Dark Violet #830FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.89%

R = 35.99%
G = 4.12%
B = 59.89%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#830FDA (or 0x830FDA) is known color: Dark Violet. HEX triplet: 83, 0F and DA. RGB value is (131,15,218). Sum of RGB (Red+Green+Blue) = 131+15+218=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #830FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FDA is #7CF025. Grayscale: #484848. Windows color (decimal): -8187942 or 14290819. OLE color: 14290819.

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

Color convert

RGB 131 15 218 -
CMYK 0.40 0.93 0 0.15
HSL 274.29º 0.87% 0.46% -
HSV(B) 274.29º 0.93% 0.85% -
XYZ 22.19 10.23 67.13 -
YUV 72.83 209.93 169.49 -
System Red Green Blue C M Y K H S L
Decimal 131 15 218 0.40 0.93 0 0.15 274.29 0.87 0.46
Hex 83 F DA 28 5D 0 F 112 57 2E
Octal 203 17 332 50 135 0 17 422 127 56
Binary 10000011 1111 11011010 101000 1011101 0 1111 100010010 1010111 101110

Color Harmonies of #830FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FDA

Black with #830FDA

Text Example


Text Example

White with #830FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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