Html Css Color HEX #9262DD Medium Purple

📋 copy color: '#9262DD'

red 146 ◦ green 98 ◦ blue 221

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

Shades of Medium Purple #9262DD

Tints of Medium Purple #9262DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.08%

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

R = 31.4%
G = 21.08%
B = 47.53%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9262DD (or 0x9262DD) is known color: Medium Purple. HEX triplet: 92, 62 and DD. RGB value is (146,98,221). Sum of RGB (Red+Green+Blue) = 146+98+221=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #9262DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9262DD is #6D9D22. Grayscale: #7D7D7D. Windows color (decimal): -7183651 or 14508690. OLE color: 14508690.

HSL color Cylindrical-coordinate representation of color #9262DD: hue angle of 263.41º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9262DD is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 98 221 -
CMYK 0.34 0.56 0 0.13
HSL 263.41º 0.64% 0.63% -
HSV(B) 263.41º 0.56% 0.87% -
XYZ 29.27 20.07 70.74 -
YUV 126.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 146 98 221 0.34 0.56 0 0.13 263.41 0.64 0.63
Hex 92 62 DD 22 38 0 D 107 40 3F
Octal 222 142 335 42 70 0 15 407 100 77
Binary 10010010 1100010 11011101 100010 111000 0 1101 100000111 1000000 111111

Color Harmonies of #9262DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9262DD

Black with #9262DD

Text Example


Text Example

White with #9262DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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