Html Css Color HEX #9260DD Medium Purple

📋 copy color: '#9260DD'

red 146 ◦ green 96 ◦ blue 221

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

Shades of Medium Purple #9260DD

Tints of Medium Purple #9260DD

RGB

 RED value IS 146 (57.42% from 255) = 31.53%

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 31.53%
G = 20.73%
B = 47.73%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9260DD (or 0x9260DD) is known color: Medium Purple. HEX triplet: 92, 60 and DD. RGB value is (146,96,221). Sum of RGB (Red+Green+Blue) = 146+96+221=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #9260DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260DD is #6D9F22. Grayscale: #7C7C7C. Windows color (decimal): -7184163 or 14508178. OLE color: 14508178.

HSL color Cylindrical-coordinate representation of color #9260DD: hue angle of 264º degrees, saturation: 0.65, 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 #9260DD is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 96 221 -
CMYK 0.34 0.57 0 0.13
HSL 264º 0.65% 0.62% -
HSV(B) 264º 0.57% 0.87% -
XYZ 29.09 19.7 70.68 -
YUV 125.2 182.07 142.84 -
System Red Green Blue C M Y K H S L
Decimal 146 96 221 0.34 0.57 0 0.13 264 0.65 0.62
Hex 92 60 DD 22 39 0 D 108 41 3E
Octal 222 140 335 42 71 0 15 410 101 76
Binary 10010010 1100000 11011101 100010 111001 0 1101 100001000 1000001 111110

Color Harmonies of #9260DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260DD

Black with #9260DD

Text Example


Text Example

White with #9260DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9260DD; }

 p { color: rgb(146,96,221); }

 H1.HeaderClassName
 {
   color: #9260DD;
 }
 .AnyTagClassName
 {
   color: #9260DD;
 }
</style>

background-color css

<style>
 a { background-color: #9260DD; }

 a { background-color: rgb(146,96,221); }

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

border-color css

<style>
 span { border-color: #9260DD; }

 span { border-color: rgb(146,96,221); }

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