Html Css Color HEX #9261DB Medium Purple

📋 copy color: '#9261DB'

red 146 ◦ green 97 ◦ blue 219

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

Shades of Medium Purple #9261DB

Tints of Medium Purple #9261DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21%

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

R = 31.6%
G = 21%
B = 47.4%

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

#9261DB (or 0x9261DB) is known color: Medium Purple. HEX triplet: 92, 61 and DB. RGB value is (146,97,219). Sum of RGB (Red+Green+Blue) = 146+97+219=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #9261DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261DB is #6D9E24. Grayscale: #7D7D7D. Windows color (decimal): -7183909 or 14377362. OLE color: 14377362.

HSL color Cylindrical-coordinate representation of color #9261DB: hue angle of 264.1º 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 #9261DB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 97 219 -
CMYK 0.33 0.56 0 0.14
HSL 264.1º 0.63% 0.62% -
HSV(B) 264.1º 0.56% 0.86% -
XYZ 28.91 19.77 69.31 -
YUV 125.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 146 97 219 0.33 0.56 0 0.14 264.1 0.63 0.62
Hex 92 61 DB 21 38 0 E 108 3F 3E
Octal 222 141 333 41 70 0 16 410 77 76
Binary 10010010 1100001 11011011 100001 111000 0 1110 100001000 111111 111110

Color Harmonies of #9261DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9261DB

Black with #9261DB

Text Example


Text Example

White with #9261DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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