Html Css Color HEX #851863 Dark Purple

📋 copy color: '#851863'

red 133 ◦ green 24 ◦ blue 99

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

Shades of Dark Purple #851863

Tints of Dark Purple #851863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

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

R = 51.95%
G = 9.38%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#851863 (or 0x851863) is known color: Dark Purple. HEX triplet: 85, 18 and 63. RGB value is (133,24,99). Sum of RGB (Red+Green+Blue) = 133+24+99=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #851863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851863 is #7AE79C. Grayscale: #404040. Windows color (decimal): -8054685 or 6494341. OLE color: 6494341.

HSL color Cylindrical-coordinate representation of color #851863: hue angle of 318.72º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851863 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 99 -
CMYK 0 0.82 0.26 0.48
HSL 318.72º 0.69% 0.31% -
HSV(B) 318.72º 0.82% 0.52% -
XYZ 12.25 6.54 12.42 -
YUV 65.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 133 24 99 0 0.82 0.26 0.48 318.72 0.69 0.31
Hex 85 18 63 0 52 1A 30 13F 45 1F
Octal 205 30 143 0 122 32 60 477 105 37
Binary 10000101 11000 1100011 0 1010010 11010 110000 100111111 1000101 11111

Color Harmonies of #851863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851863

Black with #851863

Text Example


Text Example

White with #851863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851863; }

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

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

background-color css

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

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

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

border-color css

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

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

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