Html Css Color HEX #833268 Dark Purple

📋 copy color: '#833268'

red 131 ◦ green 50 ◦ blue 104

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

Shades of Dark Purple #833268

Tints of Dark Purple #833268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

 BLUE value IS 104 (41.02% from 255) = 36.49%

R = 45.96%
G = 17.54%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#833268 (or 0x833268) is known color: Dark Purple. HEX triplet: 83, 32 and 68. RGB value is (131,50,104). Sum of RGB (Red+Green+Blue) = 131+50+104=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #833268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833268 is #7CCD97. Grayscale: #505050. Windows color (decimal): -8179096 or 6828675. OLE color: 6828675.

HSL color Cylindrical-coordinate representation of color #833268: hue angle of 320º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833268 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 104 -
CMYK 0 0.62 0.21 0.49
HSL 320º 0.45% 0.35% -
HSV(B) 320º 0.62% 0.51% -
XYZ 13 8.11 13.98 -
YUV 80.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 131 50 104 0 0.62 0.21 0.49 320 0.45 0.35
Hex 83 32 68 0 3E 15 31 140 2D 23
Octal 203 62 150 0 76 25 61 500 55 43
Binary 10000011 110010 1101000 0 111110 10101 110001 101000000 101101 100011

Color Harmonies of #833268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833268

Black with #833268

Text Example


Text Example

White with #833268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833268; }

 p { color: rgb(131,50,104); }

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

background-color css

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

 a { background-color: rgb(131,50,104); }

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

border-color css

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

 span { border-color: rgb(131,50,104); }

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