Html Css Color HEX #830085 Purple

📋 copy color: '#830085'

red 131 ◦ green 0 ◦ blue 133

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

Shades of Purple #830085

Tints of Purple #830085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.62%
G = 0%
B = 50.38%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#830085 (or 0x830085) is known color: Purple. HEX triplet: 83, 00 and 85. RGB value is (131,0,133). Sum of RGB (Red+Green+Blue) = 131+0+133=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #830085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830085 is #7CFF7A. Grayscale: #353535. Windows color (decimal): -8191867 or 8716419. OLE color: 8716419.

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

Color convert

RGB 131 0 133 -
CMYK 0.02 1 0 0.48
HSL 299.1º 1% 0.26% -
HSV(B) 299.1º 1% 0.52% -
XYZ 13.59 6.52 22.73 -
YUV 54.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 131 0 133 0.02 1 0 0.48 299.1 1 0.26
Hex 83 0 85 2 64 0 30 12B 64 1A
Octal 203 0 205 2 144 0 60 453 144 32
Binary 10000011 0 10000101 10 1100100 0 110000 100101011 1100100 11010

Color Harmonies of #830085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830085

Black with #830085

Text Example


Text Example

White with #830085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830085; }

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

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

background-color css

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

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

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

border-color css

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

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

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