Html Css Color HEX #9460DE Medium Purple

📋 copy color: '#9460DE'

red 148 ◦ green 96 ◦ blue 222

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

Shades of Medium Purple #9460DE

Tints of Medium Purple #9460DE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.6%

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

R = 31.76%
G = 20.6%
B = 47.64%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9460DE (or 0x9460DE) is known color: Medium Purple. HEX triplet: 94, 60 and DE. RGB value is (148,96,222). Sum of RGB (Red+Green+Blue) = 148+96+222=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #9460DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460DE is #6B9F21. Grayscale: #7D7D7D. Windows color (decimal): -7053090 or 14573716. OLE color: 14573716.

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

Color convert

RGB 148 96 222 -
CMYK 0.33 0.57 0 0.13
HSL 264.76º 0.66% 0.62% -
HSV(B) 264.76º 0.57% 0.87% -
XYZ 29.58 19.94 71.4 -
YUV 125.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 148 96 222 0.33 0.57 0 0.13 264.76 0.66 0.62
Hex 94 60 DE 21 39 0 D 109 42 3E
Octal 224 140 336 41 71 0 15 411 102 76
Binary 10010100 1100000 11011110 100001 111001 0 1101 100001001 1000010 111110

Color Harmonies of #9460DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9460DE

Black with #9460DE

Text Example


Text Example

White with #9460DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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