Html Css Color HEX #830F7A Dark Purple

📋 copy color: '#830F7A'

red 131 ◦ green 15 ◦ blue 122

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

Shades of Dark Purple #830F7A

Tints of Dark Purple #830F7A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

 BLUE value IS 122 (48.05% from 255) = 45.52%

R = 48.88%
G = 5.6%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#830F7A (or 0x830F7A) is known color: Dark Purple. HEX triplet: 83, 0F and 7A. RGB value is (131,15,122). Sum of RGB (Red+Green+Blue) = 131+15+122=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #830F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F7A is #7CF085. Grayscale: #3D3D3D. Windows color (decimal): -8188038 or 7999363. OLE color: 7999363.

HSL color Cylindrical-coordinate representation of color #830F7A: hue angle of 304.66º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830F7A is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 15 122 -
CMYK 0 0.89 0.07 0.49
HSL 304.66º 0.79% 0.29% -
HSV(B) 304.66º 0.89% 0.51% -
XYZ 13.04 6.57 18.99 -
YUV 61.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 131 15 122 0 0.89 0.07 0.49 304.66 0.79 0.29
Hex 83 F 7A 0 59 7 31 131 4F 1D
Octal 203 17 172 0 131 7 61 461 117 35
Binary 10000011 1111 1111010 0 1011001 111 110001 100110001 1001111 11101

Color Harmonies of #830F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F7A

Black with #830F7A

Text Example


Text Example

White with #830F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830F7A; }

 p { color: rgb(131,15,122); }

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

background-color css

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

 a { background-color: rgb(131,15,122); }

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

border-color css

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

 span { border-color: rgb(131,15,122); }

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