Html Css Color HEX #9265DA Medium Purple

📋 copy color: '#9265DA'

red 146 ◦ green 101 ◦ blue 218

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

Shades of Medium Purple #9265DA

Tints of Medium Purple #9265DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 31.4%
G = 21.72%
B = 46.88%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9265DA (or 0x9265DA) is known color: Medium Purple. HEX triplet: 92, 65 and DA. RGB value is (146,101,218). Sum of RGB (Red+Green+Blue) = 146+101+218=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #9265DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9265DA is #6D9A25. Grayscale: #7F7F7F. Windows color (decimal): -7182886 or 14312850. OLE color: 14312850.

HSL color Cylindrical-coordinate representation of color #9265DA: hue angle of 263.08º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9265DA is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 101 218 -
CMYK 0.33 0.54 0 0.15
HSL 263.08º 0.61% 0.63% -
HSV(B) 263.08º 0.54% 0.85% -
XYZ 29.16 20.48 68.75 -
YUV 127.79 178.91 140.99 -
System Red Green Blue C M Y K H S L
Decimal 146 101 218 0.33 0.54 0 0.15 263.08 0.61 0.63
Hex 92 65 DA 21 36 0 F 107 3D 3F
Octal 222 145 332 41 66 0 17 407 75 77
Binary 10010010 1100101 11011010 100001 110110 0 1111 100000111 111101 111111

Color Harmonies of #9265DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9265DA

Black with #9265DA

Text Example


Text Example

White with #9265DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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