Html Css Color HEX #9953EA Medium Purple

📋 copy color: '#9953EA'

red 153 ◦ green 83 ◦ blue 234

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

Shades of Medium Purple #9953EA

Tints of Medium Purple #9953EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 32.55%
G = 17.66%
B = 49.79%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9953EA (or 0x9953EA) is known color: Medium Purple. HEX triplet: 99, 53 and EA. RGB value is (153,83,234). Sum of RGB (Red+Green+Blue) = 153+83+234=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #9953EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9953EA is #66AC15. Grayscale: #787878. Windows color (decimal): -6728726 or 15356825. OLE color: 15356825.

HSL color Cylindrical-coordinate representation of color #9953EA: hue angle of 267.81º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9953EA is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 83 234 -
CMYK 0.35 0.65 0 0.08
HSL 267.81º 0.78% 0.62% -
HSV(B) 267.81º 0.65% 0.92% -
XYZ 31.08 18.9 79.85 -
YUV 121.14 191.69 150.72 -
System Red Green Blue C M Y K H S L
Decimal 153 83 234 0.35 0.65 0 0.08 267.81 0.78 0.62
Hex 99 53 EA 23 41 0 8 10C 4E 3E
Octal 231 123 352 43 101 0 10 414 116 76
Binary 10011001 1010011 11101010 100011 1000001 0 1000 100001100 1001110 111110

Color Harmonies of #9953EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9953EA

Black with #9953EA

Text Example


Text Example

White with #9953EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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