Html Css Color HEX #830ADF Dark Violet

📋 copy color: '#830ADF'

red 131 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #830ADF

Tints of Dark Violet #830ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 35.99%
G = 2.75%
B = 61.26%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#830ADF (or 0x830ADF) is known color: Dark Violet. HEX triplet: 83, 0A and DF. RGB value is (131,10,223). Sum of RGB (Red+Green+Blue) = 131+10+223=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #830ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ADF is #7CF520. Grayscale: #454545. Windows color (decimal): -8189217 or 14617219. OLE color: 14617219.

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

Color convert

RGB 131 10 223 -
CMYK 0.41 0.96 0 0.13
HSL 274.08º 0.91% 0.46% -
HSV(B) 274.08º 0.96% 0.87% -
XYZ 22.79 10.37 70.61 -
YUV 70.46 214.09 171.18 -
System Red Green Blue C M Y K H S L
Decimal 131 10 223 0.41 0.96 0 0.13 274.08 0.91 0.46
Hex 83 A DF 29 60 0 D 112 5B 2E
Octal 203 12 337 51 140 0 15 422 133 56
Binary 10000011 1010 11011111 101001 1100000 0 1101 100010010 1011011 101110

Color Harmonies of #830ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830ADF

Black with #830ADF

Text Example


Text Example

White with #830ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,10,223); }

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

background-color css

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

 a { background-color: rgb(131,10,223); }

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

border-color css

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

 span { border-color: rgb(131,10,223); }

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