Html Css Color HEX #830AB2 Dark Violet

📋 copy color: '#830AB2'

red 131 ◦ green 10 ◦ blue 178

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

Shades of Dark Violet #830AB2

Tints of Dark Violet #830AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.8%

R = 41.07%
G = 3.13%
B = 55.8%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#830AB2 (or 0x830AB2) is known color: Dark Violet. HEX triplet: 83, 0A and B2. RGB value is (131,10,178). Sum of RGB (Red+Green+Blue) = 131+10+178=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #830AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830AB2 is #7CF54D. Grayscale: #404040. Windows color (decimal): -8189262 or 11668099. OLE color: 11668099.

HSL color Cylindrical-coordinate representation of color #830AB2: hue angle of 283.21º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830AB2 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 10 178 -
CMYK 0.26 0.94 0 0.30
HSL 283.21º 0.89% 0.37% -
HSV(B) 283.21º 0.94% 0.7% -
XYZ 17.5 8.26 42.79 -
YUV 65.33 191.59 174.84 -
System Red Green Blue C M Y K H S L
Decimal 131 10 178 0.26 0.94 0 0.30 283.21 0.89 0.37
Hex 83 A B2 1A 5E 0 1E 11B 59 25
Octal 203 12 262 32 136 0 36 433 131 45
Binary 10000011 1010 10110010 11010 1011110 0 11110 100011011 1011001 100101

Color Harmonies of #830AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AB2

Black with #830AB2

Text Example


Text Example

White with #830AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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