Html Css Color HEX #830AE0 Dark Violet

📋 copy color: '#830AE0'

red 131 ◦ green 10 ◦ blue 224

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

Shades of Dark Violet #830AE0

Tints of Dark Violet #830AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.37%

R = 35.89%
G = 2.74%
B = 61.37%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#830AE0 (or 0x830AE0) is known color: Dark Violet. HEX triplet: 83, 0A and E0. RGB value is (131,10,224). Sum of RGB (Red+Green+Blue) = 131+10+224=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #830AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830AE0 is #7CF51F. Grayscale: #454545. Windows color (decimal): -8189216 or 14682755. OLE color: 14682755.

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

Color convert

RGB 131 10 224 -
CMYK 0.42 0.96 0 0.12
HSL 273.93º 0.91% 0.46% -
HSV(B) 273.93º 0.96% 0.88% -
XYZ 22.92 10.42 71.32 -
YUV 70.58 214.59 171.1 -
System Red Green Blue C M Y K H S L
Decimal 131 10 224 0.42 0.96 0 0.12 273.93 0.91 0.46
Hex 83 A E0 2A 60 0 C 112 5B 2E
Octal 203 12 340 52 140 0 14 422 133 56
Binary 10000011 1010 11100000 101010 1100000 0 1100 100010010 1011011 101110

Color Harmonies of #830AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AE0

Black with #830AE0

Text Example


Text Example

White with #830AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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