Html Css Color HEX #9953EB Medium Purple

📋 copy color: '#9953EB'

red 153 ◦ green 83 ◦ blue 235

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

Shades of Medium Purple #9953EB

Tints of Medium Purple #9953EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 32.48%
G = 17.62%
B = 49.89%

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

#9953EB (or 0x9953EB) is known color: Medium Purple. HEX triplet: 99, 53 and EB. RGB value is (153,83,235). Sum of RGB (Red+Green+Blue) = 153+83+235=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #9953EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9953EB is #66AC14. Grayscale: #787878. Windows color (decimal): -6728725 or 15422361. OLE color: 15422361.

HSL color Cylindrical-coordinate representation of color #9953EB: hue angle of 267.63º degrees, saturation: 0.79, 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 #9953EB is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 83 235 -
CMYK 0.35 0.65 0 0.08
HSL 267.63º 0.79% 0.62% -
HSV(B) 267.63º 0.65% 0.92% -
XYZ 31.23 18.96 80.61 -
YUV 121.26 192.19 150.64 -
System Red Green Blue C M Y K H S L
Decimal 153 83 235 0.35 0.65 0 0.08 267.63 0.79 0.62
Hex 99 53 EB 23 41 0 8 10C 4F 3E
Octal 231 123 353 43 101 0 10 414 117 76
Binary 10011001 1010011 11101011 100011 1000001 0 1000 100001100 1001111 111110

Color Harmonies of #9953EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9953EB

Black with #9953EB

Text Example


Text Example

White with #9953EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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