Html Css Color HEX #9669E1 Medium Purple

📋 copy color: '#9669E1'

red 150 ◦ green 105 ◦ blue 225

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

Shades of Medium Purple #9669E1

Tints of Medium Purple #9669E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.88%

R = 31.25%
G = 21.88%
B = 46.88%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9669E1 (or 0x9669E1) is known color: Medium Purple. HEX triplet: 96, 69 and E1. RGB value is (150,105,225). Sum of RGB (Red+Green+Blue) = 150+105+225=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #9669E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669E1 is #69961E. Grayscale: #838383. Windows color (decimal): -6919711 or 14772630. OLE color: 14772630.

HSL color Cylindrical-coordinate representation of color #9669E1: hue angle of 262.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9669E1 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 105 225 -
CMYK 0.33 0.53 0 0.12
HSL 262.5º 0.67% 0.65% -
HSV(B) 262.5º 0.53% 0.88% -
XYZ 31.22 22.02 73.84 -
YUV 132.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 150 105 225 0.33 0.53 0 0.12 262.5 0.67 0.65
Hex 96 69 E1 21 35 0 C 106 43 41
Octal 226 151 341 41 65 0 14 406 103 101
Binary 10010110 1101001 11100001 100001 110101 0 1100 100000110 1000011 1000001

Color Harmonies of #9669E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669E1

Black with #9669E1

Text Example


Text Example

White with #9669E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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