Html Css Color HEX #83306A Dark Purple

📋 copy color: '#83306A'

red 131 ◦ green 48 ◦ blue 106

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

Shades of Dark Purple #83306A

Tints of Dark Purple #83306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 45.96%
G = 16.84%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83306A (or 0x83306A) is known color: Dark Purple. HEX triplet: 83, 30 and 6A. RGB value is (131,48,106). Sum of RGB (Red+Green+Blue) = 131+48+106=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #83306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83306A is #7CCF95. Grayscale: #4F4F4F. Windows color (decimal): -8179606 or 6959235. OLE color: 6959235.

HSL color Cylindrical-coordinate representation of color #83306A: hue angle of 318.07º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83306A is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 48 106 -
CMYK 0 0.63 0.19 0.49
HSL 318.07º 0.46% 0.35% -
HSV(B) 318.07º 0.63% 0.51% -
XYZ 13.02 7.98 14.49 -
YUV 79.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 131 48 106 0 0.63 0.19 0.49 318.07 0.46 0.35
Hex 83 30 6A 0 3F 13 31 13E 2E 23
Octal 203 60 152 0 77 23 61 476 56 43
Binary 10000011 110000 1101010 0 111111 10011 110001 100111110 101110 100011

Color Harmonies of #83306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83306A

Black with #83306A

Text Example


Text Example

White with #83306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83306A; }

 p { color: rgb(131,48,106); }

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

background-color css

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

 a { background-color: rgb(131,48,106); }

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

border-color css

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

 span { border-color: rgb(131,48,106); }

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