Html Css Color HEX #9267ED Medium Purple

📋 copy color: '#9267ED'

red 146 ◦ green 103 ◦ blue 237

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

Shades of Medium Purple #9267ED

Tints of Medium Purple #9267ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 30.04%
G = 21.19%
B = 48.77%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9267ED (or 0x9267ED) is known color: Medium Purple. HEX triplet: 92, 67 and ED. RGB value is (146,103,237). Sum of RGB (Red+Green+Blue) = 146+103+237=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #9267ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9267ED is #6D9812. Grayscale: #828282. Windows color (decimal): -7182355 or 15558546. OLE color: 15558546.

HSL color Cylindrical-coordinate representation of color #9267ED: hue angle of 259.25º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9267ED is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 103 237 -
CMYK 0.38 0.57 0 0.07
HSL 259.25º 0.79% 0.67% -
HSV(B) 259.25º 0.57% 0.93% -
XYZ 31.99 21.93 82.67 -
YUV 131.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 146 103 237 0.38 0.57 0 0.07 259.25 0.79 0.67
Hex 92 67 ED 26 39 0 7 103 4F 43
Octal 222 147 355 46 71 0 7 403 117 103
Binary 10010010 1100111 11101101 100110 111001 0 111 100000011 1001111 1000011

Color Harmonies of #9267ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9267ED

Black with #9267ED

Text Example


Text Example

White with #9267ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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