Html Css Color HEX #830685 Purple

📋 copy color: '#830685'

red 131 ◦ green 6 ◦ blue 133

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

Shades of Purple #830685

Tints of Purple #830685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

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

R = 48.52%
G = 2.22%
B = 49.26%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#830685 (or 0x830685) is known color: Purple. HEX triplet: 83, 06 and 85. RGB value is (131,6,133). Sum of RGB (Red+Green+Blue) = 131+6+133=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #830685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830685 is #7CF97A. Grayscale: #393939. Windows color (decimal): -8190331 or 8717955. OLE color: 8717955.

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

Color convert

RGB 131 6 133 -
CMYK 0.02 0.95 0 0.48
HSL 299.06º 0.91% 0.27% -
HSV(B) 299.06º 0.95% 0.52% -
XYZ 13.66 6.65 22.75 -
YUV 57.85 170.41 180.17 -
System Red Green Blue C M Y K H S L
Decimal 131 6 133 0.02 0.95 0 0.48 299.06 0.91 0.27
Hex 83 6 85 2 5F 0 30 12B 5B 1B
Octal 203 6 205 2 137 0 60 453 133 33
Binary 10000011 110 10000101 10 1011111 0 110000 100101011 1011011 11011

Color Harmonies of #830685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830685

Black with #830685

Text Example


Text Example

White with #830685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830685; }

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

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

background-color css

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

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

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

border-color css

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

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

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