Html Css Color HEX #9953F8 Medium Purple

📋 copy color: '#9953F8'

red 153 ◦ green 83 ◦ blue 248

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

Shades of Medium Purple #9953F8

Tints of Medium Purple #9953F8

RGB

 RED value IS 153 (60.16% from 255) = 31.61%

 GREEN value IS 83 (32.81% from 255) = 17.15%

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

R = 31.61%
G = 17.15%
B = 51.24%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9953F8 (or 0x9953F8) is known color: Medium Purple. HEX triplet: 99, 53 and F8. RGB value is (153,83,248). Sum of RGB (Red+Green+Blue) = 153+83+248=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #9953F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9953F8 is #66AC07. Grayscale: #7A7A7A. Windows color (decimal): -6728712 or 16274329. OLE color: 16274329.

HSL color Cylindrical-coordinate representation of color #9953F8: hue angle of 265.45º 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 #9953F8 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 83 248 -
CMYK 0.38 0.67 0 0.03
HSL 265.45º 0.92% 0.65% -
HSV(B) 265.45º 0.67% 0.97% -
XYZ 33.17 19.74 90.87 -
YUV 122.74 198.69 149.58 -
System Red Green Blue C M Y K H S L
Decimal 153 83 248 0.38 0.67 0 0.03 265.45 0.92 0.65
Hex 99 53 F8 26 43 0 3 109 5C 41
Octal 231 123 370 46 103 0 3 411 134 101
Binary 10011001 1010011 11111000 100110 1000011 0 11 100001001 1011100 1000001

Color Harmonies of #9953F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9953F8

Black with #9953F8

Text Example


Text Example

White with #9953F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9953F8; }

 p { color: rgb(153,83,248); }

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

background-color css

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

 a { background-color: rgb(153,83,248); }

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

border-color css

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

 span { border-color: rgb(153,83,248); }

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