Html Css Color HEX #9969E7 Medium Purple

📋 copy color: '#9969E7'

red 153 ◦ green 105 ◦ blue 231

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

Shades of Medium Purple #9969E7

Tints of Medium Purple #9969E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.24%

R = 31.29%
G = 21.47%
B = 47.24%

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

#9969E7 (or 0x9969E7) is known color: Medium Purple. HEX triplet: 99, 69 and E7. RGB value is (153,105,231). Sum of RGB (Red+Green+Blue) = 153+105+231=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #9969E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9969E7 is #669618. Grayscale: #858585. Windows color (decimal): -6723097 or 15165849. OLE color: 15165849.

HSL color Cylindrical-coordinate representation of color #9969E7: hue angle of 262.86º degrees, saturation: 0.72, 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 #9969E7 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 105 231 -
CMYK 0.34 0.55 0 0.09
HSL 262.86º 0.72% 0.66% -
HSV(B) 262.86º 0.55% 0.91% -
XYZ 32.61 22.64 78.25 -
YUV 133.72 182.9 141.75 -
System Red Green Blue C M Y K H S L
Decimal 153 105 231 0.34 0.55 0 0.09 262.86 0.72 0.66
Hex 99 69 E7 22 37 0 9 107 48 42
Octal 231 151 347 42 67 0 11 407 110 102
Binary 10011001 1101001 11100111 100010 110111 0 1001 100000111 1001000 1000010

Color Harmonies of #9969E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969E7

Black with #9969E7

Text Example


Text Example

White with #9969E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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