Html Css Color HEX #9467DF Medium Purple

📋 copy color: '#9467DF'

red 148 ◦ green 103 ◦ blue 223

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

Shades of Medium Purple #9467DF

Tints of Medium Purple #9467DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 31.22%
G = 21.73%
B = 47.05%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9467DF (or 0x9467DF) is known color: Medium Purple. HEX triplet: 94, 67 and DF. RGB value is (148,103,223). Sum of RGB (Red+Green+Blue) = 148+103+223=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9467DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467DF is #6B9820. Grayscale: #818181. Windows color (decimal): -7051297 or 14641044. OLE color: 14641044.

HSL color Cylindrical-coordinate representation of color #9467DF: hue angle of 262.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9467DF is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 103 223 -
CMYK 0.34 0.54 0 0.13
HSL 262.5º 0.65% 0.64% -
HSV(B) 262.5º 0.54% 0.87% -
XYZ 30.38 21.32 72.33 -
YUV 130.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 148 103 223 0.34 0.54 0 0.13 262.5 0.65 0.64
Hex 94 67 DF 22 36 0 D 106 41 40
Octal 224 147 337 42 66 0 15 406 101 100
Binary 10010100 1100111 11011111 100010 110110 0 1101 100000110 1000001 1000000

Color Harmonies of #9467DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9467DF

Black with #9467DF

Text Example


Text Example

White with #9467DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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