Html Css Color HEX #852686 Dark Purple

📋 copy color: '#852686'

red 133 ◦ green 38 ◦ blue 134

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

Shades of Dark Purple #852686

Tints of Dark Purple #852686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 43.61%
G = 12.46%
B = 43.93%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#852686 (or 0x852686) is known color: Dark Purple. HEX triplet: 85, 26 and 86. RGB value is (133,38,134). Sum of RGB (Red+Green+Blue) = 133+38+134=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #852686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852686 is #7AD979. Grayscale: #4D4D4D. Windows color (decimal): -8051066 or 8791685. OLE color: 8791685.

HSL color Cylindrical-coordinate representation of color #852686: hue angle of 299.38º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852686 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 38 134 -
CMYK 0.01 0.72 0 0.47
HSL 299.38º 0.56% 0.34% -
HSV(B) 299.38º 0.72% 0.53% -
XYZ 14.67 8.09 23.34 -
YUV 77.35 159.97 167.69 -
System Red Green Blue C M Y K H S L
Decimal 133 38 134 0.01 0.72 0 0.47 299.38 0.56 0.34
Hex 85 26 86 1 48 0 2F 12B 38 22
Octal 205 46 206 1 110 0 57 453 70 42
Binary 10000101 100110 10000110 1 1001000 0 101111 100101011 111000 100010

Color Harmonies of #852686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852686

Black with #852686

Text Example


Text Example

White with #852686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852686; }

 p { color: rgb(133,38,134); }

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

background-color css

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

 a { background-color: rgb(133,38,134); }

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

border-color css

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

 span { border-color: rgb(133,38,134); }

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