Html Css Color HEX #9164DF Medium Purple

📋 copy color: '#9164DF'

red 145 ◦ green 100 ◦ blue 223

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

Shades of Medium Purple #9164DF

Tints of Medium Purple #9164DF

RGB

 RED value IS 145 (57.03% from 255) = 30.98%

 GREEN value IS 100 (39.45% from 255) = 21.37%

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

R = 30.98%
G = 21.37%
B = 47.65%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9164DF (or 0x9164DF) is known color: Medium Purple. HEX triplet: 91, 64 and DF. RGB value is (145,100,223). Sum of RGB (Red+Green+Blue) = 145+100+223=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #9164DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9164DF is #6E9B20. Grayscale: #7F7F7F. Windows color (decimal): -7248673 or 14640273. OLE color: 14640273.

HSL color Cylindrical-coordinate representation of color #9164DF: hue angle of 261.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9164DF is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 100 223 -
CMYK 0.35 0.55 0 0.13
HSL 261.95º 0.66% 0.63% -
HSV(B) 261.95º 0.55% 0.87% -
XYZ 29.55 20.46 72.2 -
YUV 127.48 181.91 140.5 -
System Red Green Blue C M Y K H S L
Decimal 145 100 223 0.35 0.55 0 0.13 261.95 0.66 0.63
Hex 91 64 DF 23 37 0 D 106 42 3F
Octal 221 144 337 43 67 0 15 406 102 77
Binary 10010001 1100100 11011111 100011 110111 0 1101 100000110 1000010 111111

Color Harmonies of #9164DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9164DF

Black with #9164DF

Text Example


Text Example

White with #9164DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,100,223); }

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

background-color css

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

 a { background-color: rgb(145,100,223); }

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

border-color css

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

 span { border-color: rgb(145,100,223); }

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