Html Css Color HEX #830F67 Dark Purple

📋 copy color: '#830F67'

red 131 ◦ green 15 ◦ blue 103

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

Shades of Dark Purple #830F67

Tints of Dark Purple #830F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 52.61%
G = 6.02%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#830F67 (or 0x830F67) is known color: Dark Purple. HEX triplet: 83, 0F and 67. RGB value is (131,15,103). Sum of RGB (Red+Green+Blue) = 131+15+103=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #830F67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830F67 is #7CF098. Grayscale: #3B3B3B. Windows color (decimal): -8188057 or 6754179. OLE color: 6754179.

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

Color convert

RGB 131 15 103 -
CMYK 0 0.89 0.21 0.49
HSL 314.48º 0.79% 0.29% -
HSV(B) 314.48º 0.89% 0.51% -
XYZ 11.98 6.15 13.39 -
YUV 59.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 131 15 103 0 0.89 0.21 0.49 314.48 0.79 0.29
Hex 83 F 67 0 59 15 31 13A 4F 1D
Octal 203 17 147 0 131 25 61 472 117 35
Binary 10000011 1111 1100111 0 1011001 10101 110001 100111010 1001111 11101

Color Harmonies of #830F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F67

Black with #830F67

Text Example


Text Example

White with #830F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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