Html Css Color HEX #830FDD Dark Violet

📋 copy color: '#830FDD'

red 131 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #830FDD

Tints of Dark Violet #830FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 35.69%
G = 4.09%
B = 60.22%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#830FDD (or 0x830FDD) is known color: Dark Violet. HEX triplet: 83, 0F and DD. RGB value is (131,15,221). Sum of RGB (Red+Green+Blue) = 131+15+221=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #830FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FDD is #7CF022. Grayscale: #484848. Windows color (decimal): -8187939 or 14487427. OLE color: 14487427.

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

Color convert

RGB 131 15 221 -
CMYK 0.41 0.93 0 0.13
HSL 273.79º 0.87% 0.46% -
HSV(B) 273.79º 0.93% 0.87% -
XYZ 22.58 10.39 69.22 -
YUV 73.17 211.43 169.25 -
System Red Green Blue C M Y K H S L
Decimal 131 15 221 0.41 0.93 0 0.13 273.79 0.87 0.46
Hex 83 F DD 29 5D 0 D 112 57 2E
Octal 203 17 335 51 135 0 15 422 127 56
Binary 10000011 1111 11011101 101001 1011101 0 1101 100010010 1010111 101110

Color Harmonies of #830FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FDD

Black with #830FDD

Text Example


Text Example

White with #830FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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