Html Css Color HEX #9467EB Medium Purple

📋 copy color: '#9467EB'

red 148 ◦ green 103 ◦ blue 235

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

Shades of Medium Purple #9467EB

Tints of Medium Purple #9467EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 30.45%
G = 21.19%
B = 48.35%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9467EB (or 0x9467EB) is known color: Medium Purple. HEX triplet: 94, 67 and EB. RGB value is (148,103,235). Sum of RGB (Red+Green+Blue) = 148+103+235=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #9467EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9467EB is #6B9814. Grayscale: #838383. Windows color (decimal): -7051285 or 15427476. OLE color: 15427476.

HSL color Cylindrical-coordinate representation of color #9467EB: hue angle of 260.45º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9467EB is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 103 235 -
CMYK 0.37 0.56 0 0.08
HSL 260.45º 0.77% 0.66% -
HSV(B) 260.45º 0.56% 0.92% -
XYZ 32.06 21.99 81.15 -
YUV 131.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 148 103 235 0.37 0.56 0 0.08 260.45 0.77 0.66
Hex 94 67 EB 25 38 0 8 104 4D 42
Octal 224 147 353 45 70 0 10 404 115 102
Binary 10010100 1100111 11101011 100101 111000 0 1000 100000100 1001101 1000010

Color Harmonies of #9467EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9467EB

Black with #9467EB

Text Example


Text Example

White with #9467EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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