Html Css Color HEX #830AB6 Dark Violet

📋 copy color: '#830AB6'

red 131 ◦ green 10 ◦ blue 182

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

Shades of Dark Violet #830AB6

Tints of Dark Violet #830AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 56.35%

R = 40.56%
G = 3.1%
B = 56.35%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#830AB6 (or 0x830AB6) is known color: Dark Violet. HEX triplet: 83, 0A and B6. RGB value is (131,10,182). Sum of RGB (Red+Green+Blue) = 131+10+182=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #830AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830AB6 is #7CF549. Grayscale: #414141. Windows color (decimal): -8189258 or 11930243. OLE color: 11930243.

HSL color Cylindrical-coordinate representation of color #830AB6: hue angle of 282.21º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830AB6 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 10 182 -
CMYK 0.28 0.95 0 0.29
HSL 282.21º 0.9% 0.38% -
HSV(B) 282.21º 0.95% 0.71% -
XYZ 17.91 8.42 44.94 -
YUV 65.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 131 10 182 0.28 0.95 0 0.29 282.21 0.9 0.38
Hex 83 A B6 1C 5F 0 1D 11A 5A 26
Octal 203 12 266 34 137 0 35 432 132 46
Binary 10000011 1010 10110110 11100 1011111 0 11101 100011010 1011010 100110

Color Harmonies of #830AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AB6

Black with #830AB6

Text Example


Text Example

White with #830AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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