Html Css Color HEX #830FAE Dark Violet

📋 copy color: '#830FAE'

red 131 ◦ green 15 ◦ blue 174

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

Shades of Dark Violet #830FAE

Tints of Dark Violet #830FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 40.94%
G = 4.69%
B = 54.38%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#830FAE (or 0x830FAE) is known color: Dark Violet. HEX triplet: 83, 0F and AE. RGB value is (131,15,174). Sum of RGB (Red+Green+Blue) = 131+15+174=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #830FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830FAE is #7CF051. Grayscale: #434343. Windows color (decimal): -8187986 or 11407235. OLE color: 11407235.

HSL color Cylindrical-coordinate representation of color #830FAE: hue angle of 283.77º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830FAE is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 15 174 -
CMYK 0.25 0.91 0 0.32
HSL 283.77º 0.84% 0.37% -
HSV(B) 283.77º 0.91% 0.68% -
XYZ 17.17 8.22 40.73 -
YUV 67.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 131 15 174 0.25 0.91 0 0.32 283.77 0.84 0.37
Hex 83 F AE 19 5B 0 20 11C 54 25
Octal 203 17 256 31 133 0 40 434 124 45
Binary 10000011 1111 10101110 11001 1011011 0 100000 100011100 1010100 100101

Color Harmonies of #830FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FAE

Black with #830FAE

Text Example


Text Example

White with #830FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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