Html Css Color HEX #851363 Dark Purple

📋 copy color: '#851363'

red 133 ◦ green 19 ◦ blue 99

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

Shades of Dark Purple #851363

Tints of Dark Purple #851363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

 BLUE value IS 99 (39.06% from 255) = 39.44%

R = 52.99%
G = 7.57%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#851363 (or 0x851363) is known color: Dark Purple. HEX triplet: 85, 13 and 63. RGB value is (133,19,99). Sum of RGB (Red+Green+Blue) = 133+19+99=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #851363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851363 is #7AEC9C. Grayscale: #3E3E3E. Windows color (decimal): -8055965 or 6493061. OLE color: 6493061.

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

Color convert

RGB 133 19 99 -
CMYK 0 0.86 0.26 0.48
HSL 317.89º 0.75% 0.3% -
HSV(B) 317.89º 0.86% 0.52% -
XYZ 12.16 6.35 12.39 -
YUV 62.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 133 19 99 0 0.86 0.26 0.48 317.89 0.75 0.3
Hex 85 13 63 0 56 1A 30 13E 4B 1E
Octal 205 23 143 0 126 32 60 476 113 36
Binary 10000101 10011 1100011 0 1010110 11010 110000 100111110 1001011 11110

Color Harmonies of #851363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851363

Black with #851363

Text Example


Text Example

White with #851363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851363; }

 p { color: rgb(133,19,99); }

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

background-color css

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

 a { background-color: rgb(133,19,99); }

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

border-color css

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

 span { border-color: rgb(133,19,99); }

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