Html Css Color HEX #830EAF Dark Violet

📋 copy color: '#830EAF'

red 131 ◦ green 14 ◦ blue 175

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

Shades of Dark Violet #830EAF

Tints of Dark Violet #830EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.38%

 BLUE value IS 175 (68.75% from 255) = 54.69%

R = 40.94%
G = 4.38%
B = 54.69%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#830EAF (or 0x830EAF) is known color: Dark Violet. HEX triplet: 83, 0E and AF. RGB value is (131,14,175). Sum of RGB (Red+Green+Blue) = 131+14+175=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #830EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830EAF is #7CF150. Grayscale: #424242. Windows color (decimal): -8188241 or 11472515. OLE color: 11472515.

HSL color Cylindrical-coordinate representation of color #830EAF: hue angle of 283.6º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830EAF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 14 175 -
CMYK 0.25 0.92 0 0.31
HSL 283.6º 0.85% 0.37% -
HSV(B) 283.6º 0.92% 0.69% -
XYZ 17.25 8.23 41.24 -
YUV 67.34 188.76 173.41 -
System Red Green Blue C M Y K H S L
Decimal 131 14 175 0.25 0.92 0 0.31 283.6 0.85 0.37
Hex 83 E AF 19 5C 0 1F 11C 55 25
Octal 203 16 257 31 134 0 37 434 125 45
Binary 10000011 1110 10101111 11001 1011100 0 11111 100011100 1010101 100101

Color Harmonies of #830EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EAF

Black with #830EAF

Text Example


Text Example

White with #830EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,14,175); }

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

background-color css

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

 a { background-color: rgb(131,14,175); }

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

border-color css

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

 span { border-color: rgb(131,14,175); }

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