Html Css Color HEX #9469DE Medium Purple

📋 copy color: '#9469DE'

red 148 ◦ green 105 ◦ blue 222

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

Shades of Medium Purple #9469DE

Tints of Medium Purple #9469DE

RGB

 RED value IS 148 (58.2% from 255) = 31.16%

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 31.16%
G = 22.11%
B = 46.74%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9469DE (or 0x9469DE) is known color: Medium Purple. HEX triplet: 94, 69 and DE. RGB value is (148,105,222). Sum of RGB (Red+Green+Blue) = 148+105+222=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #9469DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469DE is #6B9621. Grayscale: #828282. Windows color (decimal): -7050786 or 14576020. OLE color: 14576020.

HSL color Cylindrical-coordinate representation of color #9469DE: hue angle of 262.05º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9469DE is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 105 222 -
CMYK 0.33 0.53 0 0.13
HSL 262.05º 0.64% 0.64% -
HSV(B) 262.05º 0.53% 0.87% -
XYZ 30.45 21.67 71.69 -
YUV 131.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 148 105 222 0.33 0.53 0 0.13 262.05 0.64 0.64
Hex 94 69 DE 21 35 0 D 106 40 40
Octal 224 151 336 41 65 0 15 406 100 100
Binary 10010100 1101001 11011110 100001 110101 0 1101 100000110 1000000 1000000

Color Harmonies of #9469DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9469DE

Black with #9469DE

Text Example


Text Example

White with #9469DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9469DE; }

 p { color: rgb(148,105,222); }

 H1.HeaderClassName
 {
   color: #9469DE;
 }
 .AnyTagClassName
 {
   color: #9469DE;
 }
</style>

background-color css

<style>
 a { background-color: #9469DE; }

 a { background-color: rgb(148,105,222); }

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

border-color css

<style>
 span { border-color: #9469DE; }

 span { border-color: rgb(148,105,222); }

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