Html Css Color HEX #83306C Dark Purple

📋 copy color: '#83306C'

red 131 ◦ green 48 ◦ blue 108

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

Shades of Dark Purple #83306C

Tints of Dark Purple #83306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 45.64%
G = 16.72%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83306C (or 0x83306C) is known color: Dark Purple. HEX triplet: 83, 30 and 6C. RGB value is (131,48,108). Sum of RGB (Red+Green+Blue) = 131+48+108=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83306C is #7CCF93. Grayscale: #4F4F4F. Windows color (decimal): -8179604 or 7090307. OLE color: 7090307.

HSL color Cylindrical-coordinate representation of color #83306C: hue angle of 316.63º 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 #83306C is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 48 108 -
CMYK 0 0.63 0.18 0.49
HSL 316.63º 0.46% 0.35% -
HSV(B) 316.63º 0.63% 0.51% -
XYZ 13.12 8.02 15.04 -
YUV 79.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 131 48 108 0 0.63 0.18 0.49 316.63 0.46 0.35
Hex 83 30 6C 0 3F 12 31 13D 2E 23
Octal 203 60 154 0 77 22 61 475 56 43
Binary 10000011 110000 1101100 0 111111 10010 110001 100111101 101110 100011

Color Harmonies of #83306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83306C

Black with #83306C

Text Example


Text Example

White with #83306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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