Html Css Color HEX #9669EB Medium Purple

📋 copy color: '#9669EB'

red 150 ◦ green 105 ◦ blue 235

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

Shades of Medium Purple #9669EB

Tints of Medium Purple #9669EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 30.61%
G = 21.43%
B = 47.96%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9669EB (or 0x9669EB) is known color: Medium Purple. HEX triplet: 96, 69 and EB. RGB value is (150,105,235). Sum of RGB (Red+Green+Blue) = 150+105+235=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #9669EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9669EB is #699614. Grayscale: #848484. Windows color (decimal): -6919701 or 15427990. OLE color: 15427990.

HSL color Cylindrical-coordinate representation of color #9669EB: hue angle of 260.77º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9669EB is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 105 235 -
CMYK 0.36 0.55 0 0.08
HSL 260.77º 0.76% 0.67% -
HSV(B) 260.77º 0.55% 0.92% -
XYZ 32.62 22.59 81.24 -
YUV 133.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 150 105 235 0.36 0.55 0 0.08 260.77 0.76 0.67
Hex 96 69 EB 24 37 0 8 105 4C 43
Octal 226 151 353 44 67 0 10 405 114 103
Binary 10010110 1101001 11101011 100100 110111 0 1000 100000101 1001100 1000011

Color Harmonies of #9669EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669EB

Black with #9669EB

Text Example


Text Example

White with #9669EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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