Html Css Color HEX #9461DF Medium Purple

📋 copy color: '#9461DF'

red 148 ◦ green 97 ◦ blue 223

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

Shades of Medium Purple #9461DF

Tints of Medium Purple #9461DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.73%

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

R = 31.62%
G = 20.73%
B = 47.65%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9461DF (or 0x9461DF) is known color: Medium Purple. HEX triplet: 94, 61 and DF. RGB value is (148,97,223). Sum of RGB (Red+Green+Blue) = 148+97+223=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 97 (38.28% from 255 or 20.73% 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 #9461DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461DF is #6B9E20. Grayscale: #7E7E7E. Windows color (decimal): -7052833 or 14639508. OLE color: 14639508.

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

Color convert

RGB 148 97 223 -
CMYK 0.34 0.57 0 0.13
HSL 264.29º 0.66% 0.63% -
HSV(B) 264.29º 0.57% 0.87% -
XYZ 29.81 20.17 72.13 -
YUV 126.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 148 97 223 0.34 0.57 0 0.13 264.29 0.66 0.63
Hex 94 61 DF 22 39 0 D 108 42 3F
Octal 224 141 337 42 71 0 15 410 102 77
Binary 10010100 1100001 11011111 100010 111001 0 1101 100001000 1000010 111111

Color Harmonies of #9461DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461DF

Black with #9461DF

Text Example


Text Example

White with #9461DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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