Html Css Color HEX #830285 Purple

📋 copy color: '#830285'

red 131 ◦ green 2 ◦ blue 133

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

Shades of Purple #830285

Tints of Purple #830285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 49.25%
G = 0.75%
B = 50%

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

#830285 (or 0x830285) is known color: Purple. HEX triplet: 83, 02 and 85. RGB value is (131,2,133). Sum of RGB (Red+Green+Blue) = 131+2+133=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #830285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830285 is #7CFD7A. Grayscale: #373737. Windows color (decimal): -8191355 or 8716931. OLE color: 8716931.

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

Color convert

RGB 131 2 133 -
CMYK 0.02 0.98 0 0.48
HSL 299.08º 0.97% 0.26% -
HSV(B) 299.08º 0.98% 0.52% -
XYZ 13.62 6.56 22.74 -
YUV 55.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 131 2 133 0.02 0.98 0 0.48 299.08 0.97 0.26
Hex 83 2 85 2 62 0 30 12B 61 1A
Octal 203 2 205 2 142 0 60 453 141 32
Binary 10000011 10 10000101 10 1100010 0 110000 100101011 1100001 11010

Color Harmonies of #830285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830285

Black with #830285

Text Example


Text Example

White with #830285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830285; }

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

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

background-color css

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

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

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

border-color css

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

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

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