Html Css Color HEX #9969E6 Medium Purple

📋 copy color: '#9969E6'

red 153 ◦ green 105 ◦ blue 230

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

Shades of Medium Purple #9969E6

Tints of Medium Purple #9969E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.13%

R = 31.35%
G = 21.52%
B = 47.13%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9969E6 (or 0x9969E6) is known color: Medium Purple. HEX triplet: 99, 69 and E6. RGB value is (153,105,230). Sum of RGB (Red+Green+Blue) = 153+105+230=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #9969E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9969E6 is #669619. Grayscale: #858585. Windows color (decimal): -6723098 or 15100313. OLE color: 15100313.

HSL color Cylindrical-coordinate representation of color #9969E6: hue angle of 263.04º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9969E6 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 105 230 -
CMYK 0.33 0.54 0 0.10
HSL 263.04º 0.71% 0.66% -
HSV(B) 263.04º 0.54% 0.9% -
XYZ 32.47 22.59 77.51 -
YUV 133.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 153 105 230 0.33 0.54 0 0.10 263.04 0.71 0.66
Hex 99 69 E6 21 36 0 A 107 47 42
Octal 231 151 346 41 66 0 12 407 107 102
Binary 10011001 1101001 11100110 100001 110110 0 1010 100000111 1000111 1000010

Color Harmonies of #9969E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969E6

Black with #9969E6

Text Example


Text Example

White with #9969E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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