Html Css Color HEX #830AB4 Dark Violet

📋 copy color: '#830AB4'

red 131 ◦ green 10 ◦ blue 180

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

Shades of Dark Violet #830AB4

Tints of Dark Violet #830AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 56.07%

R = 40.81%
G = 3.12%
B = 56.07%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#830AB4 (or 0x830AB4) is known color: Dark Violet. HEX triplet: 83, 0A and B4. RGB value is (131,10,180). Sum of RGB (Red+Green+Blue) = 131+10+180=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #830AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830AB4 is #7CF54B. Grayscale: #414141. Windows color (decimal): -8189260 or 11799171. OLE color: 11799171.

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

Color convert

RGB 131 10 180 -
CMYK 0.27 0.94 0 0.29
HSL 282.71º 0.89% 0.37% -
HSV(B) 282.71º 0.94% 0.71% -
XYZ 17.71 8.34 43.86 -
YUV 65.56 192.59 174.68 -
System Red Green Blue C M Y K H S L
Decimal 131 10 180 0.27 0.94 0 0.29 282.71 0.89 0.37
Hex 83 A B4 1B 5E 0 1D 11B 59 25
Octal 203 12 264 33 136 0 35 433 131 45
Binary 10000011 1010 10110100 11011 1011110 0 11101 100011011 1011001 100101

Color Harmonies of #830AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830AB4

Black with #830AB4

Text Example


Text Example

White with #830AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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