Html Css Color HEX #852F7E Dark Purple

📋 copy color: '#852F7E'

red 133 ◦ green 47 ◦ blue 126

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

Shades of Dark Purple #852F7E

Tints of Dark Purple #852F7E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

 BLUE value IS 126 (49.61% from 255) = 41.18%

R = 43.46%
G = 15.36%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#852F7E (or 0x852F7E) is known color: Dark Purple. HEX triplet: 85, 2F and 7E. RGB value is (133,47,126). Sum of RGB (Red+Green+Blue) = 133+47+126=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #852F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852F7E is #7AD081. Grayscale: #515151. Windows color (decimal): -8048770 or 8269701. OLE color: 8269701.

HSL color Cylindrical-coordinate representation of color #852F7E: hue angle of 304.88º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852F7E is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 47 126 -
CMYK 0 0.65 0.05 0.48
HSL 304.88º 0.48% 0.35% -
HSV(B) 304.88º 0.65% 0.52% -
XYZ 14.46 8.53 20.62 -
YUV 81.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 133 47 126 0 0.65 0.05 0.48 304.88 0.48 0.35
Hex 85 2F 7E 0 41 5 30 131 30 23
Octal 205 57 176 0 101 5 60 461 60 43
Binary 10000101 101111 1111110 0 1000001 101 110000 100110001 110000 100011

Color Harmonies of #852F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F7E

Black with #852F7E

Text Example


Text Example

White with #852F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852F7E; }

 p { color: rgb(133,47,126); }

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

background-color css

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

 a { background-color: rgb(133,47,126); }

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

border-color css

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

 span { border-color: rgb(133,47,126); }

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