Html Css Color HEX #830185 Purple

📋 copy color: '#830185'

red 131 ◦ green 1 ◦ blue 133

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

Shades of Purple #830185

Tints of Purple #830185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 49.43%
G = 0.38%
B = 50.19%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#830185 (or 0x830185) is known color: Purple. HEX triplet: 83, 01 and 85. RGB value is (131,1,133). Sum of RGB (Red+Green+Blue) = 131+1+133=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #830185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830185 is #7CFE7A. Grayscale: #363636. Windows color (decimal): -8191611 or 8716675. OLE color: 8716675.

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

Color convert

RGB 131 1 133 -
CMYK 0.02 0.99 0 0.48
HSL 299.09º 0.99% 0.26% -
HSV(B) 299.09º 0.99% 0.52% -
XYZ 13.6 6.54 22.74 -
YUV 54.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 131 1 133 0.02 0.99 0 0.48 299.09 0.99 0.26
Hex 83 1 85 2 63 0 30 12B 63 1A
Octal 203 1 205 2 143 0 60 453 143 32
Binary 10000011 1 10000101 10 1100011 0 110000 100101011 1100011 11010

Color Harmonies of #830185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830185

Black with #830185

Text Example


Text Example

White with #830185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830185; }

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

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

background-color css

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

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

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

border-color css

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

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

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