Html Css Color HEX #852665 Dark Purple

📋 copy color: '#852665'

red 133 ◦ green 38 ◦ blue 101

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

Shades of Dark Purple #852665

Tints of Dark Purple #852665

RGB

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

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

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

R = 48.9%
G = 13.97%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#852665 (or 0x852665) is known color: Dark Purple. HEX triplet: 85, 26 and 65. RGB value is (133,38,101). Sum of RGB (Red+Green+Blue) = 133+38+101=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #852665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852665 is #7AD99A. Grayscale: #494949. Windows color (decimal): -8051099 or 6628997. OLE color: 6628997.

HSL color Cylindrical-coordinate representation of color #852665: hue angle of 320.21º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852665 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 101 -
CMYK 0 0.71 0.24 0.48
HSL 320.21º 0.56% 0.34% -
HSV(B) 320.21º 0.71% 0.52% -
XYZ 12.71 7.31 13.05 -
YUV 73.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 133 38 101 0 0.71 0.24 0.48 320.21 0.56 0.34
Hex 85 26 65 0 47 18 30 140 38 22
Octal 205 46 145 0 107 30 60 500 70 42
Binary 10000101 100110 1100101 0 1000111 11000 110000 101000000 111000 100010

Color Harmonies of #852665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852665

Black with #852665

Text Example


Text Example

White with #852665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852665; }

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

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

background-color css

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

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

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

border-color css

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

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

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