Html Css Color HEX #83336C Dark Purple

📋 copy color: '#83336C'

red 131 ◦ green 51 ◦ blue 108

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

Shades of Dark Purple #83336C

Tints of Dark Purple #83336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 45.17%
G = 17.59%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83336C (or 0x83336C) is known color: Dark Purple. HEX triplet: 83, 33 and 6C. RGB value is (131,51,108). Sum of RGB (Red+Green+Blue) = 131+51+108=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83336C is #7CCC93. Grayscale: #515151. Windows color (decimal): -8178836 or 7091075. OLE color: 7091075.

HSL color Cylindrical-coordinate representation of color #83336C: hue angle of 317.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83336C is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 51 108 -
CMYK 0 0.61 0.18 0.49
HSL 317.25º 0.44% 0.36% -
HSV(B) 317.25º 0.61% 0.51% -
XYZ 13.25 8.28 15.09 -
YUV 81.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 131 51 108 0 0.61 0.18 0.49 317.25 0.44 0.36
Hex 83 33 6C 0 3D 12 31 13D 2C 24
Octal 203 63 154 0 75 22 61 475 54 44
Binary 10000011 110011 1101100 0 111101 10010 110001 100111101 101100 100100

Color Harmonies of #83336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83336C

Black with #83336C

Text Example


Text Example

White with #83336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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