Html Css Color HEX #9669F3 Medium Purple

📋 copy color: '#9669F3'

red 150 ◦ green 105 ◦ blue 243

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

Shades of Medium Purple #9669F3

Tints of Medium Purple #9669F3

RGB

 RED value IS 150 (58.98% from 255) = 30.12%

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

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 30.12%
G = 21.08%
B = 48.8%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9669F3 (or 0x9669F3) is known color: Medium Purple. HEX triplet: 96, 69 and F3. RGB value is (150,105,243). Sum of RGB (Red+Green+Blue) = 150+105+243=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #9669F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9669F3 is #69960C. Grayscale: #858585. Windows color (decimal): -6919693 or 15952278. OLE color: 15952278.

HSL color Cylindrical-coordinate representation of color #9669F3: hue angle of 259.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9669F3 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 105 243 -
CMYK 0.38 0.57 0 0.05
HSL 259.57º 0.85% 0.68% -
HSV(B) 259.57º 0.57% 0.95% -
XYZ 33.81 23.06 87.46 -
YUV 134.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 150 105 243 0.38 0.57 0 0.05 259.57 0.85 0.68
Hex 96 69 F3 26 39 0 5 104 55 44
Octal 226 151 363 46 71 0 5 404 125 104
Binary 10010110 1101001 11110011 100110 111001 0 101 100000100 1010101 1000100

Color Harmonies of #9669F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669F3

Black with #9669F3

Text Example


Text Example

White with #9669F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9669F3; }

 p { color: rgb(150,105,243); }

 H1.HeaderClassName
 {
   color: #9669F3;
 }
 .AnyTagClassName
 {
   color: #9669F3;
 }
</style>

background-color css

<style>
 a { background-color: #9669F3; }

 a { background-color: rgb(150,105,243); }

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

border-color css

<style>
 span { border-color: #9669F3; }

 span { border-color: rgb(150,105,243); }

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