Html Css Color HEX #830976 Purple

📋 copy color: '#830976'

red 131 ◦ green 9 ◦ blue 118

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

Shades of Purple #830976

Tints of Purple #830976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 118 (46.48% from 255) = 45.74%

R = 50.78%
G = 3.49%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#830976 (or 0x830976) is known color: Purple. HEX triplet: 83, 09 and 76. RGB value is (131,9,118). Sum of RGB (Red+Green+Blue) = 131+9+118=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #830976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830976 is #7CF689. Grayscale: #393939. Windows color (decimal): -8189578 or 7735683. OLE color: 7735683.

HSL color Cylindrical-coordinate representation of color #830976: hue angle of 306.39º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830976 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 9 118 -
CMYK 0 0.93 0.10 0.49
HSL 306.39º 0.87% 0.27% -
HSV(B) 306.39º 0.93% 0.51% -
XYZ 12.73 6.33 17.69 -
YUV 57.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 131 9 118 0 0.93 0.10 0.49 306.39 0.87 0.27
Hex 83 9 76 0 5D A 31 132 57 1B
Octal 203 11 166 0 135 12 61 462 127 33
Binary 10000011 1001 1110110 0 1011101 1010 110001 100110010 1010111 11011

Color Harmonies of #830976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830976

Black with #830976

Text Example


Text Example

White with #830976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830976; }

 p { color: rgb(131,9,118); }

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

background-color css

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

 a { background-color: rgb(131,9,118); }

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

border-color css

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

 span { border-color: rgb(131,9,118); }

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