Html Css Color HEX #851167 Dark Purple

📋 copy color: '#851167'

red 133 ◦ green 17 ◦ blue 103

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

Shades of Dark Purple #851167

Tints of Dark Purple #851167

RGB

 RED value IS 133 (52.34% from 255) = 52.57%

 GREEN value IS 17 (7.03% from 255) = 6.72%

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

R = 52.57%
G = 6.72%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#851167 (or 0x851167) is known color: Dark Purple. HEX triplet: 85, 11 and 67. RGB value is (133,17,103). Sum of RGB (Red+Green+Blue) = 133+17+103=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #851167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851167 is #7AEE98. Grayscale: #3D3D3D. Windows color (decimal): -8056473 or 6754693. OLE color: 6754693.

HSL color Cylindrical-coordinate representation of color #851167: hue angle of 315.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851167 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 103 -
CMYK 0 0.87 0.23 0.48
HSL 315.52º 0.77% 0.29% -
HSV(B) 315.52º 0.87% 0.52% -
XYZ 12.32 6.37 13.41 -
YUV 61.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 133 17 103 0 0.87 0.23 0.48 315.52 0.77 0.29
Hex 85 11 67 0 57 17 30 13C 4D 1D
Octal 205 21 147 0 127 27 60 474 115 35
Binary 10000101 10001 1100111 0 1010111 10111 110000 100111100 1001101 11101

Color Harmonies of #851167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851167

Black with #851167

Text Example


Text Example

White with #851167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851167; }

 p { color: rgb(133,17,103); }

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

background-color css

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

 a { background-color: rgb(133,17,103); }

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

border-color css

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

 span { border-color: rgb(133,17,103); }

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