Html Css Color HEX #8952DE Medium Purple

📋 copy color: '#8952DE'

red 137 ◦ green 82 ◦ blue 222

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

Shades of Medium Purple #8952DE

Tints of Medium Purple #8952DE

RGB

 RED value IS 137 (53.91% from 255) = 31.07%

 GREEN value IS 82 (32.42% from 255) = 18.59%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 31.07%
G = 18.59%
B = 50.34%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8952DE (or 0x8952DE) is known color: Medium Purple. HEX triplet: 89, 52 and DE. RGB value is (137,82,222). Sum of RGB (Red+Green+Blue) = 137+82+222=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #8952DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952DE is #76AD21. Grayscale: #717171. Windows color (decimal): -7777570 or 14570121. OLE color: 14570121.

HSL color Cylindrical-coordinate representation of color #8952DE: hue angle of 263.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8952DE is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 82 222 -
CMYK 0.38 0.63 0 0.13
HSL 263.57º 0.68% 0.6% -
HSV(B) 263.57º 0.63% 0.87% -
XYZ 26.52 16.63 70.92 -
YUV 114.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 137 82 222 0.38 0.63 0 0.13 263.57 0.68 0.6
Hex 89 52 DE 26 3F 0 D 108 44 3C
Octal 211 122 336 46 77 0 15 410 104 74
Binary 10001001 1010010 11011110 100110 111111 0 1101 100001000 1000100 111100

Color Harmonies of #8952DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8952DE

Black with #8952DE

Text Example


Text Example

White with #8952DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8952DE; }

 p { color: rgb(137,82,222); }

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

background-color css

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

 a { background-color: rgb(137,82,222); }

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

border-color css

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

 span { border-color: rgb(137,82,222); }

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