Html Css Color HEX #851366 Dark Purple

📋 copy color: '#851366'

red 133 ◦ green 19 ◦ blue 102

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

Shades of Dark Purple #851366

Tints of Dark Purple #851366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.16%

R = 52.36%
G = 7.48%
B = 40.16%

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

#851366 (or 0x851366) is known color: Dark Purple. HEX triplet: 85, 13 and 66. RGB value is (133,19,102). Sum of RGB (Red+Green+Blue) = 133+19+102=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #851366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851366 is #7AEC99. Grayscale: #3E3E3E. Windows color (decimal): -8055962 or 6689669. OLE color: 6689669.

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

Color convert

RGB 133 19 102 -
CMYK 0 0.86 0.23 0.48
HSL 316.32º 0.75% 0.3% -
HSV(B) 316.32º 0.86% 0.52% -
XYZ 12.3 6.41 13.16 -
YUV 62.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 133 19 102 0 0.86 0.23 0.48 316.32 0.75 0.3
Hex 85 13 66 0 56 17 30 13C 4B 1E
Octal 205 23 146 0 126 27 60 474 113 36
Binary 10000101 10011 1100110 0 1010110 10111 110000 100111100 1001011 11110

Color Harmonies of #851366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851366

Black with #851366

Text Example


Text Example

White with #851366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851366; }

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

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

background-color css

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

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

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

border-color css

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

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

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