Html Css Color HEX #9260DB Medium Purple

📋 copy color: '#9260DB'

red 146 ◦ green 96 ◦ blue 219

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

Shades of Medium Purple #9260DB

Tints of Medium Purple #9260DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 31.67%
G = 20.82%
B = 47.51%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9260DB (or 0x9260DB) is known color: Medium Purple. HEX triplet: 92, 60 and DB. RGB value is (146,96,219). Sum of RGB (Red+Green+Blue) = 146+96+219=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #9260DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260DB is #6D9F24. Grayscale: #7C7C7C. Windows color (decimal): -7184165 or 14377106. OLE color: 14377106.

HSL color Cylindrical-coordinate representation of color #9260DB: hue angle of 264.39º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9260DB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 96 219 -
CMYK 0.33 0.56 0 0.14
HSL 264.39º 0.63% 0.62% -
HSV(B) 264.39º 0.56% 0.86% -
XYZ 28.82 19.59 69.28 -
YUV 124.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 146 96 219 0.33 0.56 0 0.14 264.39 0.63 0.62
Hex 92 60 DB 21 38 0 E 108 3F 3E
Octal 222 140 333 41 70 0 16 410 77 76
Binary 10010010 1100000 11011011 100001 111000 0 1110 100001000 111111 111110

Color Harmonies of #9260DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260DB

Black with #9260DB

Text Example


Text Example

White with #9260DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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