Html Css Color HEX #830585 Purple

📋 copy color: '#830585'

red 131 ◦ green 5 ◦ blue 133

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

Shades of Purple #830585

Tints of Purple #830585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

 BLUE value IS 133 (52.34% from 255) = 49.44%

R = 48.7%
G = 1.86%
B = 49.44%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#830585 (or 0x830585) is known color: Purple. HEX triplet: 83, 05 and 85. RGB value is (131,5,133). Sum of RGB (Red+Green+Blue) = 131+5+133=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #830585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830585 is #7CFA7A. Grayscale: #383838. Windows color (decimal): -8190587 or 8717699. OLE color: 8717699.

HSL color Cylindrical-coordinate representation of color #830585: hue angle of 299.06º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830585 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 5 133 -
CMYK 0.02 0.96 0 0.48
HSL 299.06º 0.93% 0.27% -
HSV(B) 299.06º 0.96% 0.52% -
XYZ 13.65 6.63 22.75 -
YUV 57.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 131 5 133 0.02 0.96 0 0.48 299.06 0.93 0.27
Hex 83 5 85 2 60 0 30 12B 5D 1B
Octal 203 5 205 2 140 0 60 453 135 33
Binary 10000011 101 10000101 10 1100000 0 110000 100101011 1011101 11011

Color Harmonies of #830585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830585

Black with #830585

Text Example


Text Example

White with #830585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830585; }

 p { color: rgb(131,5,133); }

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

background-color css

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

 a { background-color: rgb(131,5,133); }

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

border-color css

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

 span { border-color: rgb(131,5,133); }

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