Html Css Color HEX #851265 Dark Purple

📋 copy color: '#851265'

red 133 ◦ green 18 ◦ blue 101

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

Shades of Dark Purple #851265

Tints of Dark Purple #851265

RGB

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

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

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

R = 52.78%
G = 7.14%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#851265 (or 0x851265) is known color: Dark Purple. HEX triplet: 85, 12 and 65. RGB value is (133,18,101). Sum of RGB (Red+Green+Blue) = 133+18+101=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #851265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851265 is #7AED9A. Grayscale: #3D3D3D. Windows color (decimal): -8056219 or 6623877. OLE color: 6623877.

HSL color Cylindrical-coordinate representation of color #851265: hue angle of 316.7º 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 #851265 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 101 -
CMYK 0 0.86 0.24 0.48
HSL 316.7º 0.76% 0.3% -
HSV(B) 316.7º 0.86% 0.52% -
XYZ 12.24 6.36 12.89 -
YUV 61.85 150.1 178.75 -
System Red Green Blue C M Y K H S L
Decimal 133 18 101 0 0.86 0.24 0.48 316.7 0.76 0.3
Hex 85 12 65 0 56 18 30 13D 4C 1E
Octal 205 22 145 0 126 30 60 475 114 36
Binary 10000101 10010 1100101 0 1010110 11000 110000 100111101 1001100 11110

Color Harmonies of #851265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851265

Black with #851265

Text Example


Text Example

White with #851265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851265; }

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

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

background-color css

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

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

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

border-color css

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

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

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