Html Css Color HEX #9969F5 Medium Purple

📋 copy color: '#9969F5'

red 153 ◦ green 105 ◦ blue 245

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

Shades of Medium Purple #9969F5

Tints of Medium Purple #9969F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.71%

R = 30.42%
G = 20.87%
B = 48.71%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9969F5 (or 0x9969F5) is known color: Medium Purple. HEX triplet: 99, 69 and F5. RGB value is (153,105,245). Sum of RGB (Red+Green+Blue) = 153+105+245=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #9969F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9969F5 is #66960A. Grayscale: #868686. Windows color (decimal): -6723083 or 16083353. OLE color: 16083353.

HSL color Cylindrical-coordinate representation of color #9969F5: hue angle of 260.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9969F5 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 105 245 -
CMYK 0.38 0.57 0 0.04
HSL 260.57º 0.88% 0.69% -
HSV(B) 260.57º 0.57% 0.96% -
XYZ 34.67 23.47 89.09 -
YUV 135.31 189.9 140.62 -
System Red Green Blue C M Y K H S L
Decimal 153 105 245 0.38 0.57 0 0.04 260.57 0.88 0.69
Hex 99 69 F5 26 39 0 4 105 58 45
Octal 231 151 365 46 71 0 4 405 130 105
Binary 10011001 1101001 11110101 100110 111001 0 100 100000101 1011000 1000101

Color Harmonies of #9969F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969F5

Black with #9969F5

Text Example


Text Example

White with #9969F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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