Html Css Color HEX #9D52F8 Medium Purple

📋 copy color: '#9D52F8'

red 157 ◦ green 82 ◦ blue 248

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

Shades of Medium Purple #9D52F8

Tints of Medium Purple #9D52F8

RGB

 RED value IS 157 (61.72% from 255) = 32.24%

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

 BLUE value IS 248 (97.27% from 255) = 50.92%

R = 32.24%
G = 16.84%
B = 50.92%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9D52F8 (or 0x9D52F8) is known color: Medium Purple. HEX triplet: 9D, 52 and F8. RGB value is (157,82,248). Sum of RGB (Red+Green+Blue) = 157+82+248=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #9D52F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D52F8 is #62AD07. Grayscale: #7A7A7A. Windows color (decimal): -6466824 or 16274077. OLE color: 16274077.

HSL color Cylindrical-coordinate representation of color #9D52F8: hue angle of 267.11º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D52F8 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 82 248 -
CMYK 0.37 0.67 0 0.03
HSL 267.11º 0.92% 0.65% -
HSV(B) 267.11º 0.67% 0.97% -
XYZ 33.87 19.98 90.88 -
YUV 123.35 198.35 152 -
System Red Green Blue C M Y K H S L
Decimal 157 82 248 0.37 0.67 0 0.03 267.11 0.92 0.65
Hex 9D 52 F8 25 43 0 3 10B 5C 41
Octal 235 122 370 45 103 0 3 413 134 101
Binary 10011101 1010010 11111000 100101 1000011 0 11 100001011 1011100 1000001

Color Harmonies of #9D52F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D52F8

Black with #9D52F8

Text Example


Text Example

White with #9D52F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D52F8; }

 p { color: rgb(157,82,248); }

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

background-color css

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

 a { background-color: rgb(157,82,248); }

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

border-color css

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

 span { border-color: rgb(157,82,248); }

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