Html Css Color HEX #830385 Purple

📋 copy color: '#830385'

red 131 ◦ green 3 ◦ blue 133

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

Shades of Purple #830385

Tints of Purple #830385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 49.06%
G = 1.12%
B = 49.81%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#830385 (or 0x830385) is known color: Purple. HEX triplet: 83, 03 and 85. RGB value is (131,3,133). Sum of RGB (Red+Green+Blue) = 131+3+133=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #830385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830385 is #7CFC7A. Grayscale: #373737. Windows color (decimal): -8191099 or 8717187. OLE color: 8717187.

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

Color convert

RGB 131 3 133 -
CMYK 0.02 0.98 0 0.48
HSL 299.08º 0.96% 0.27% -
HSV(B) 299.08º 0.98% 0.52% -
XYZ 13.63 6.58 22.74 -
YUV 56.09 171.41 181.43 -
System Red Green Blue C M Y K H S L
Decimal 131 3 133 0.02 0.98 0 0.48 299.08 0.96 0.27
Hex 83 3 85 2 62 0 30 12B 60 1B
Octal 203 3 205 2 142 0 60 453 140 33
Binary 10000011 11 10000101 10 1100010 0 110000 100101011 1100000 11011

Color Harmonies of #830385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830385

Black with #830385

Text Example


Text Example

White with #830385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830385; }

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

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

background-color css

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

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

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

border-color css

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

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

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