Html Css Color HEX #851267 Dark Purple

📋 copy color: '#851267'

red 133 ◦ green 18 ◦ blue 103

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

Shades of Dark Purple #851267

Tints of Dark Purple #851267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

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

R = 52.36%
G = 7.09%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#851267 (or 0x851267) is known color: Dark Purple. HEX triplet: 85, 12 and 67. RGB value is (133,18,103). Sum of RGB (Red+Green+Blue) = 133+18+103=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #851267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851267 is #7AED98. Grayscale: #3D3D3D. Windows color (decimal): -8056217 or 6754949. OLE color: 6754949.

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

Color convert

RGB 133 18 103 -
CMYK 0 0.86 0.23 0.48
HSL 315.65º 0.76% 0.3% -
HSV(B) 315.65º 0.86% 0.52% -
XYZ 12.34 6.4 13.42 -
YUV 62.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 133 18 103 0 0.86 0.23 0.48 315.65 0.76 0.3
Hex 85 12 67 0 56 17 30 13C 4C 1E
Octal 205 22 147 0 126 27 60 474 114 36
Binary 10000101 10010 1100111 0 1010110 10111 110000 100111100 1001100 11110

Color Harmonies of #851267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851267

Black with #851267

Text Example


Text Example

White with #851267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851267; }

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

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

background-color css

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

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

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

border-color css

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

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

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