Html Css Color HEX #9969E9 Medium Purple

📋 copy color: '#9969E9'

red 153 ◦ green 105 ◦ blue 233

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

Shades of Medium Purple #9969E9

Tints of Medium Purple #9969E9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.38%

 BLUE value IS 233 (91.41% from 255) = 47.45%

R = 31.16%
G = 21.38%
B = 47.45%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9969E9 (or 0x9969E9) is known color: Medium Purple. HEX triplet: 99, 69 and E9. RGB value is (153,105,233). Sum of RGB (Red+Green+Blue) = 153+105+233=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #9969E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9969E9 is #669616. Grayscale: #858585. Windows color (decimal): -6723095 or 15296921. OLE color: 15296921.

HSL color Cylindrical-coordinate representation of color #9969E9: hue angle of 262.5º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9969E9 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 105 233 -
CMYK 0.34 0.55 0 0.09
HSL 262.5º 0.74% 0.66% -
HSV(B) 262.5º 0.55% 0.91% -
XYZ 32.9 22.76 79.75 -
YUV 133.94 183.9 141.59 -
System Red Green Blue C M Y K H S L
Decimal 153 105 233 0.34 0.55 0 0.09 262.5 0.74 0.66
Hex 99 69 E9 22 37 0 9 106 4A 42
Octal 231 151 351 42 67 0 11 406 112 102
Binary 10011001 1101001 11101001 100010 110111 0 1001 100000110 1001010 1000010

Color Harmonies of #9969E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969E9

Black with #9969E9

Text Example


Text Example

White with #9969E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9969E9; }

 p { color: rgb(153,105,233); }

 H1.HeaderClassName
 {
   color: #9969E9;
 }
 .AnyTagClassName
 {
   color: #9969E9;
 }
</style>

background-color css

<style>
 a { background-color: #9969E9; }

 a { background-color: rgb(153,105,233); }

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

border-color css

<style>
 span { border-color: #9969E9; }

 span { border-color: rgb(153,105,233); }

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