Html Css Color HEX #833D75 Dark Purple

📋 copy color: '#833D75'

red 131 ◦ green 61 ◦ blue 117

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

Shades of Dark Purple #833D75

Tints of Dark Purple #833D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 42.39%
G = 19.74%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#833D75 (or 0x833D75) is known color: Dark Purple. HEX triplet: 83, 3D and 75. RGB value is (131,61,117). Sum of RGB (Red+Green+Blue) = 131+61+117=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #833D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833D75 is #7CC28A. Grayscale: #585858. Windows color (decimal): -8176267 or 7683459. OLE color: 7683459.

HSL color Cylindrical-coordinate representation of color #833D75: hue angle of 312º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #833D75 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 61 117 -
CMYK 0 0.53 0.11 0.49
HSL 312º 0.36% 0.38% -
HSV(B) 312º 0.53% 0.51% -
XYZ 14.24 9.45 17.9 -
YUV 88.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 131 61 117 0 0.53 0.11 0.49 312 0.36 0.38
Hex 83 3D 75 0 35 B 31 138 24 26
Octal 203 75 165 0 65 13 61 470 44 46
Binary 10000011 111101 1110101 0 110101 1011 110001 100111000 100100 100110

Color Harmonies of #833D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833D75

Black with #833D75

Text Example


Text Example

White with #833D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833D75; }

 p { color: rgb(131,61,117); }

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

background-color css

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

 a { background-color: rgb(131,61,117); }

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

border-color css

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

 span { border-color: rgb(131,61,117); }

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