Html Css Color HEX #83097E Purple

📋 copy color: '#83097E'

red 131 ◦ green 9 ◦ blue 126

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

Shades of Purple #83097E

Tints of Purple #83097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.37%

R = 49.25%
G = 3.38%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83097E (or 0x83097E) is known color: Purple. HEX triplet: 83, 09 and 7E. RGB value is (131,9,126). Sum of RGB (Red+Green+Blue) = 131+9+126=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #83097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83097E is #7CF681. Grayscale: #3A3A3A. Windows color (decimal): -8189570 or 8259971. OLE color: 8259971.

HSL color Cylindrical-coordinate representation of color #83097E: hue angle of 302.46º 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 #83097E is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 9 126 -
CMYK 0 0.93 0.04 0.49
HSL 302.46º 0.87% 0.27% -
HSV(B) 302.46º 0.93% 0.51% -
XYZ 13.22 6.53 20.3 -
YUV 58.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 131 9 126 0 0.93 0.04 0.49 302.46 0.87 0.27
Hex 83 9 7E 0 5D 4 31 12E 57 1B
Octal 203 11 176 0 135 4 61 456 127 33
Binary 10000011 1001 1111110 0 1011101 100 110001 100101110 1010111 11011

Color Harmonies of #83097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83097E

Black with #83097E

Text Example


Text Example

White with #83097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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