Html Css Color HEX #830985 Purple

📋 copy color: '#830985'

red 131 ◦ green 9 ◦ blue 133

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

Shades of Purple #830985

Tints of Purple #830985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 47.99%
G = 3.3%
B = 48.72%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#830985 (or 0x830985) is known color: Purple. HEX triplet: 83, 09 and 85. RGB value is (131,9,133). Sum of RGB (Red+Green+Blue) = 131+9+133=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #830985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830985 is #7CF67A. Grayscale: #3B3B3B. Windows color (decimal): -8189563 or 8718723. OLE color: 8718723.

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

Color convert

RGB 131 9 133 -
CMYK 0.02 0.93 0 0.48
HSL 299.03º 0.87% 0.28% -
HSV(B) 299.03º 0.93% 0.52% -
XYZ 13.69 6.71 22.76 -
YUV 59.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 131 9 133 0.02 0.93 0 0.48 299.03 0.87 0.28
Hex 83 9 85 2 5D 0 30 12B 57 1C
Octal 203 11 205 2 135 0 60 453 127 34
Binary 10000011 1001 10000101 10 1011101 0 110000 100101011 1010111 11100

Color Harmonies of #830985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830985

Black with #830985

Text Example


Text Example

White with #830985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830985; }

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

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

background-color css

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

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

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

border-color css

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

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

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