Html Css Color HEX #830875 Purple

📋 copy color: '#830875'

red 131 ◦ green 8 ◦ blue 117

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

Shades of Purple #830875

Tints of Purple #830875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 117 (46.09% from 255) = 45.7%

R = 51.17%
G = 3.13%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#830875 (or 0x830875) is known color: Purple. HEX triplet: 83, 08 and 75. RGB value is (131,8,117). Sum of RGB (Red+Green+Blue) = 131+8+117=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #830875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830875 is #7CF78A. Grayscale: #383838. Windows color (decimal): -8189835 or 7669891. OLE color: 7669891.

HSL color Cylindrical-coordinate representation of color #830875: hue angle of 306.83º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830875 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 117 -
CMYK 0 0.94 0.11 0.49
HSL 306.83º 0.88% 0.27% -
HSV(B) 306.83º 0.94% 0.51% -
XYZ 12.66 6.28 17.38 -
YUV 57.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 131 8 117 0 0.94 0.11 0.49 306.83 0.88 0.27
Hex 83 8 75 0 5E B 31 133 58 1B
Octal 203 10 165 0 136 13 61 463 130 33
Binary 10000011 1000 1110101 0 1011110 1011 110001 100110011 1011000 11011

Color Harmonies of #830875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830875

Black with #830875

Text Example


Text Example

White with #830875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830875; }

 p { color: rgb(131,8,117); }

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

background-color css

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

 a { background-color: rgb(131,8,117); }

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

border-color css

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

 span { border-color: rgb(131,8,117); }

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