Html Css Color HEX #9265DC Medium Purple

📋 copy color: '#9265DC'

red 146 ◦ green 101 ◦ blue 220

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

Shades of Medium Purple #9265DC

Tints of Medium Purple #9265DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.63%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 31.26%
G = 21.63%
B = 47.11%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9265DC (or 0x9265DC) is known color: Medium Purple. HEX triplet: 92, 65 and DC. RGB value is (146,101,220). Sum of RGB (Red+Green+Blue) = 146+101+220=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #9265DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9265DC is #6D9A23. Grayscale: #7F7F7F. Windows color (decimal): -7182884 or 14443922. OLE color: 14443922.

HSL color Cylindrical-coordinate representation of color #9265DC: hue angle of 262.69º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9265DC is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 101 220 -
CMYK 0.34 0.54 0 0.14
HSL 262.69º 0.63% 0.63% -
HSV(B) 262.69º 0.54% 0.86% -
XYZ 29.43 20.59 70.13 -
YUV 128.02 179.91 140.82 -
System Red Green Blue C M Y K H S L
Decimal 146 101 220 0.34 0.54 0 0.14 262.69 0.63 0.63
Hex 92 65 DC 22 36 0 E 107 3F 3F
Octal 222 145 334 42 66 0 16 407 77 77
Binary 10010010 1100101 11011100 100010 110110 0 1110 100000111 111111 111111

Color Harmonies of #9265DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9265DC

Black with #9265DC

Text Example


Text Example

White with #9265DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9265DC; }

 p { color: rgb(146,101,220); }

 H1.HeaderClassName
 {
   color: #9265DC;
 }
 .AnyTagClassName
 {
   color: #9265DC;
 }
</style>

background-color css

<style>
 a { background-color: #9265DC; }

 a { background-color: rgb(146,101,220); }

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

border-color css

<style>
 span { border-color: #9265DC; }

 span { border-color: rgb(146,101,220); }

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