Html Css Color HEX #9467EE Medium Purple

📋 copy color: '#9467EE'

red 148 ◦ green 103 ◦ blue 238

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

Shades of Medium Purple #9467EE

Tints of Medium Purple #9467EE

RGB

 RED value IS 148 (58.2% from 255) = 30.27%

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

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 30.27%
G = 21.06%
B = 48.67%

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

#9467EE (or 0x9467EE) is known color: Medium Purple. HEX triplet: 94, 67 and EE. RGB value is (148,103,238). Sum of RGB (Red+Green+Blue) = 148+103+238=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #9467EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9467EE is #6B9811. Grayscale: #838383. Windows color (decimal): -7051282 or 15624084. OLE color: 15624084.

HSL color Cylindrical-coordinate representation of color #9467EE: hue angle of 260º degrees, saturation: 0.8, 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 #9467EE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 103 238 -
CMYK 0.38 0.57 0 0.07
HSL 260º 0.8% 0.67% -
HSV(B) 260º 0.57% 0.93% -
XYZ 32.5 22.17 83.46 -
YUV 131.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 148 103 238 0.38 0.57 0 0.07 260 0.8 0.67
Hex 94 67 EE 26 39 0 7 104 50 43
Octal 224 147 356 46 71 0 7 404 120 103
Binary 10010100 1100111 11101110 100110 111001 0 111 100000100 1010000 1000011

Color Harmonies of #9467EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9467EE

Black with #9467EE

Text Example


Text Example

White with #9467EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9467EE; }

 p { color: rgb(148,103,238); }

 H1.HeaderClassName
 {
   color: #9467EE;
 }
 .AnyTagClassName
 {
   color: #9467EE;
 }
</style>

background-color css

<style>
 a { background-color: #9467EE; }

 a { background-color: rgb(148,103,238); }

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

border-color css

<style>
 span { border-color: #9467EE; }

 span { border-color: rgb(148,103,238); }

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