Html Css Color HEX #9267DA Medium Purple

📋 copy color: '#9267DA'

red 146 ◦ green 103 ◦ blue 218

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

Shades of Medium Purple #9267DA

Tints of Medium Purple #9267DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.06%

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

R = 31.26%
G = 22.06%
B = 46.68%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9267DA (or 0x9267DA) is known color: Medium Purple. HEX triplet: 92, 67 and DA. RGB value is (146,103,218). Sum of RGB (Red+Green+Blue) = 146+103+218=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #9267DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9267DA is #6D9825. Grayscale: #808080. Windows color (decimal): -7182374 or 14313362. OLE color: 14313362.

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

Color convert

RGB 146 103 218 -
CMYK 0.33 0.53 0 0.15
HSL 262.43º 0.61% 0.63% -
HSV(B) 262.43º 0.53% 0.85% -
XYZ 29.36 20.87 68.81 -
YUV 128.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 146 103 218 0.33 0.53 0 0.15 262.43 0.61 0.63
Hex 92 67 DA 21 35 0 F 106 3D 3F
Octal 222 147 332 41 65 0 17 406 75 77
Binary 10010010 1100111 11011010 100001 110101 0 1111 100000110 111101 111111

Color Harmonies of #9267DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9267DA

Black with #9267DA

Text Example


Text Example

White with #9267DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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