Html Css Color HEX #830F65 Dark Purple

📋 copy color: '#830F65'

red 131 ◦ green 15 ◦ blue 101

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

Shades of Dark Purple #830F65

Tints of Dark Purple #830F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.89%

R = 53.04%
G = 6.07%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#830F65 (or 0x830F65) is known color: Dark Purple. HEX triplet: 83, 0F and 65. RGB value is (131,15,101). Sum of RGB (Red+Green+Blue) = 131+15+101=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #830F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F65 is #7CF09A. Grayscale: #3B3B3B. Windows color (decimal): -8188059 or 6623107. OLE color: 6623107.

HSL color Cylindrical-coordinate representation of color #830F65: hue angle of 315.52º 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 #830F65 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 15 101 -
CMYK 0 0.89 0.23 0.49
HSL 315.52º 0.79% 0.29% -
HSV(B) 315.52º 0.89% 0.51% -
XYZ 11.88 6.11 12.86 -
YUV 59.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 131 15 101 0 0.89 0.23 0.49 315.52 0.79 0.29
Hex 83 F 65 0 59 17 31 13C 4F 1D
Octal 203 17 145 0 131 27 61 474 117 35
Binary 10000011 1111 1100101 0 1011001 10111 110001 100111100 1001111 11101

Color Harmonies of #830F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F65

Black with #830F65

Text Example


Text Example

White with #830F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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